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 serhiy.storchaka
Recipients benjamin.peterson, pitrou, serhiy.storchaka, vstinner
Date 2017-09-20.13:53:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505915637.76.0.413038286861.issue31530@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is complex. What if just deny reentrant reads? Set a flag while read into a buffer, check it before reading in other thread, and raise RuntimeError.
History
Date User Action Args
2017-09-20 13:53:57serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, benjamin.peterson
2017-09-20 13:53:57serhiy.storchakasetmessageid: <1505915637.76.0.413038286861.issue31530@psf.upfronthosting.co.za>
2017-09-20 13:53:57serhiy.storchakalinkissue31530 messages
2017-09-20 13:53:57serhiy.storchakacreate