This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, mathieui, vstinner, yselivanov
Date 2015-09-14.22:02:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442268131.8.0.538504481052.issue25114@psf.upfronthosting.co.za>
In-reply-to
Content
Workaround for Python 3.5.0: force the legacy SSL implementation. For example, monkey patch the asyncio module with:

asyncio.sslproto._is_sslproto_availabe=lambda: False
History
Date User Action Args
2015-09-14 22:02:11vstinnersetrecipients: + vstinner, gvanrossum, mathieui, yselivanov
2015-09-14 22:02:11vstinnersetmessageid: <1442268131.8.0.538504481052.issue25114@psf.upfronthosting.co.za>
2015-09-14 22:02:11vstinnerlinkissue25114 messages
2015-09-14 22:02:11vstinnercreate