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 pitrou
Recipients amaury.forgeotdarc, gregory.p.smith, isandler, pitrou
Date 2010-11-27.20:53:30
SpamBayes Score 0.044107214
Marked as misclassified No
Message-id <1290891212.76.0.567908754514.issue10478@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch raising RuntimeError on reentrant calls to a buffered object. I haven't touched _pyio; I wonder how to do it without making it even slower.
History
Date User Action Args
2010-11-27 20:53:32pitrousetrecipients: + pitrou, gregory.p.smith, isandler, amaury.forgeotdarc
2010-11-27 20:53:32pitrousetmessageid: <1290891212.76.0.567908754514.issue10478@psf.upfronthosting.co.za>
2010-11-27 20:53:31pitroulinkissue10478 messages
2010-11-27 20:53:31pitroucreate