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.11:11:40
SpamBayes Score 2.0995617e-06
Marked as misclassified No
Message-id <1271934704.35.0.552890862257.issue8124@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, forget my pyfile_writeobject_nosignal.patch, it's not the right approach.

New patch: mywrite() uses its own implementation PyFile_WriteString(), sys_pyfile_write(), which doesn't call PyErr_CheckSignals():


/* Implementation of PyFile_WriteString() no calling PyErr_CheckSignals():
 * mywrite() should not execute any Python signal handler to avoid raising an
 * error because mywrite() ignores all errors */
History
Date User Action Args
2010-04-22 11:11:44vstinnersetrecipients: + vstinner
2010-04-22 11:11:44vstinnersetmessageid: <1271934704.35.0.552890862257.issue8124@psf.upfronthosting.co.za>
2010-04-22 11:11:42vstinnerlinkissue8124 messages
2010-04-22 11:11:42vstinnercreate