mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
#11112: Fix typo in a base class in test_socket.
This commit is contained in:
parent
15cb489234
commit
7f78ddc3ad
1 changed files with 1 additions and 1 deletions
|
@ -1722,7 +1722,7 @@ class TCPTimeoutTest(SocketTCPTest):
|
||||||
# no alarm can be pending. Safe to restore old handler.
|
# no alarm can be pending. Safe to restore old handler.
|
||||||
signal.signal(signal.SIGALRM, old_alarm)
|
signal.signal(signal.SIGALRM, old_alarm)
|
||||||
|
|
||||||
class UDPTimeoutTest(SocketTCPTest):
|
class UDPTimeoutTest(SocketUDPTest):
|
||||||
|
|
||||||
def testUDPTimeout(self):
|
def testUDPTimeout(self):
|
||||||
def raise_timeout(*args, **kwargs):
|
def raise_timeout(*args, **kwargs):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue