Fix asyncio when the ssl module is missing: only check for ssl.SSLSocket instance if the ssl module is available.
38 KiB
38 KiB
Fix asyncio when the ssl module is missing: only check for ssl.SSLSocket instance if the ssl module is available.