We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686febd commit cd8984dCopy full SHA for cd8984d
1 file changed
tests/__init__.py
@@ -59,6 +59,7 @@ def has_working_ipv6():
59
if not socket.has_ipv6:
60
return False
61
62
+ sock = None
63
try:
64
sock = socket.socket(socket.AF_INET6)
65
sock.bind(('::1', 0))
0 commit comments