Files
cpython/Lib/asyncio/selector_events.py
Victor Stinner 82b4950b5e bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)
Fix asyncio when the ssl module is missing: only check for
ssl.SSLSocket instance if the ssl module is available.
2019-12-09 15:02:03 +01:00

38 KiB