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 vstinner
Date 2010-04-22.10:59:18
SpamBayes Score 4.269579e-07
Marked as misclassified No
Message-id <1271933961.56.0.98813483086.issue8124@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch fixes this issue: PyFile_WriteObject() doesn't call PyObject_Str() to avoid PyErr_CheckSignals(). I'm not sure that it's the right approch because it may change the behaviour of existing code when getting a signal.
History
Date User Action Args
2010-04-22 10:59:21vstinnersetrecipients: + vstinner
2010-04-22 10:59:21vstinnersetmessageid: <1271933961.56.0.98813483086.issue8124@psf.upfronthosting.co.za>
2010-04-22 10:59:20vstinnerlinkissue8124 messages
2010-04-22 10:59:19vstinnercreate