summaryrefslogtreecommitdiff
path: root/Lib/test/support
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-03-28 15:46:16 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2019-03-28 15:46:16 +0100
commit5b491253e6952dfb1115ef43e13d1076cb5a5549 (patch)
tree95a0ead216d2449086c218e928513cecd4d48002 /Lib/test/support
parente19b28f2bd89c047b12f6a8ffb1fe793834700d3 (diff)
downloadcpython-git-bind-socket.tar.gz
update doc (remove ref to activestate recipe)bind-socket
Diffstat (limited to 'Lib/test/support')
-rw-r--r--Lib/test/support/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py
index 792ad3e8fe..5bd15a2fea 100644
--- a/Lib/test/support/__init__.py
+++ b/Lib/test/support/__init__.py
@@ -2978,7 +2978,6 @@ def maybe_get_event_loop_policy():
"""Return the global event loop policy if one is set, else return None."""
return asyncio.events._event_loop_policy
-
# Helpers for testing hashing.
NHASHBITS = sys.hash_info.width # number of bits in hash() result
assert NHASHBITS in (32, 64)