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 asvetlov, christian.heimes, ned.deily, terry.reedy, vstinner, yselivanov
Date 2018-05-28.20:41:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527540118.47.0.682650639539.issue32458@psf.upfronthosting.co.za>
In-reply-to
Content
While Yury seems unable to reproduce the bug, it's easy for me to reproduce it on Linux. After 2 hours of debugging, I found the root issue: a race condition not in the test, but in asyncio itself! => bpo-33674 "asyncio: race condition in SSLProtocol".
History
Date User Action Args
2018-05-28 20:41:58vstinnersetrecipients: + vstinner, terry.reedy, christian.heimes, ned.deily, asvetlov, yselivanov
2018-05-28 20:41:58vstinnersetmessageid: <1527540118.47.0.682650639539.issue32458@psf.upfronthosting.co.za>
2018-05-28 20:41:58vstinnerlinkissue32458 messages
2018-05-28 20:41:58vstinnercreate