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, exarkun, hfuru, loewis, pitrou
Date 2010-11-04.14:55:35
SpamBayes Score 0.00041287765
Marked as misclassified No
Message-id <1288882537.9.0.304460920785.issue10311@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, I'd like to clear out a potential misunderstanding: the function you are patching doesn't call Python signal handlers in itself (those registered using signal.signal()). It only schedules them for later execution. If you want to save errno around Python signal handlers themselves, PyErr_CheckSignals must be patched as well.
History
Date User Action Args
2010-11-04 14:55:37pitrousetrecipients: + pitrou, loewis, exarkun, amaury.forgeotdarc, hfuru
2010-11-04 14:55:37pitrousetmessageid: <1288882537.9.0.304460920785.issue10311@psf.upfronthosting.co.za>
2010-11-04 14:55:35pitroulinkissue10311 messages
2010-11-04 14:55:35pitroucreate