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 aymeric.augustin
Recipients RemiCardona, aymeric.augustin, chris.jerdonek, metathink, socketpair, vstinner, yselivanov
Date 2017-09-09.12:19:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504959556.01.0.913057324537.issue29930@psf.upfronthosting.co.za>
In-reply-to
Content
I worked around this bug in websockets by serializing access to `drain()` with a lock:

https://github.com/aaugustin/websockets/commit/198b71537917adb44002573b14cbe23dbd4c21a2

I suspect this is inefficient but it beats crashing.
History
Date User Action Args
2017-09-09 12:19:16aymeric.augustinsetrecipients: + aymeric.augustin, vstinner, chris.jerdonek, socketpair, yselivanov, RemiCardona, metathink
2017-09-09 12:19:16aymeric.augustinsetmessageid: <1504959556.01.0.913057324537.issue29930@psf.upfronthosting.co.za>
2017-09-09 12:19:15aymeric.augustinlinkissue29930 messages
2017-09-09 12:19:15aymeric.augustincreate