mirror of https://github.com/python/cpython
#11112: merge with 3.2.
This commit is contained in:
commit
4a7abe7ca6
|
@ -4184,7 +4184,7 @@ class TCPTimeoutTest(SocketTCPTest):
|
|||
# no alarm can be pending. Safe to restore old handler.
|
||||
signal.signal(signal.SIGALRM, old_alarm)
|
||||
|
||||
class UDPTimeoutTest(SocketTCPTest):
|
||||
class UDPTimeoutTest(SocketUDPTest):
|
||||
|
||||
def testUDPTimeout(self):
|
||||
def raise_timeout(*args, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue