We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5da2d commit 7652213Copy full SHA for 7652213
Lib/test/test_socket.py
@@ -4866,7 +4866,7 @@ class PurePythonSocketPairTest(SocketPairTest):
4866
# code path we're using regardless platform is the pure python one where
4867
# `_socket.socketpair` does not exist. (AF_INET does not work with
4868
# _socket.socketpair on many platforms).
4869
- def call_socketpair(self):
+ def socketpair(self):
4870
# called by super().setUp().
4871
try:
4872
return socket.socketpair(socket.AF_INET6)
0 commit comments