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 isandler
Recipients amaury.forgeotdarc, gregory.p.smith, isandler, pitrou
Date 2010-11-29.01:42:39
SpamBayes Score 0.0018210362
Marked as misclassified No
Message-id <1290994960.93.0.0578896129584.issue10478@psf.upfronthosting.co.za>
In-reply-to
Content
Would avoiding PyErr_CheckSignals() while the file object is in inconsistent state be a reasonable alternative?

I am guessing that it's not that uncommon for a signal handler to need IO (e.g to log a signal). 

If making IO safer is not an option, then I think, this limitation needs to be documented (especially, given that this seems to be a behavior change from Python 2.x).
History
Date User Action Args
2010-11-29 01:42:41isandlersetrecipients: + isandler, gregory.p.smith, amaury.forgeotdarc, pitrou
2010-11-29 01:42:40isandlersetmessageid: <1290994960.93.0.0578896129584.issue10478@psf.upfronthosting.co.za>
2010-11-29 01:42:39isandlerlinkissue10478 messages
2010-11-29 01:42:39isandlercreate