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 hfuru
Recipients amaury.forgeotdarc, exarkun, hfuru, loewis, pitrou
Date 2010-11-05.10:07:38
SpamBayes Score 0.0038193671
Marked as misclassified No
Message-id <hbf.20101105k7nm@bombur.uio.no>
In-reply-to <1288882208.61.0.379860480119.issue10311@psf.upfronthosting.co.za>
Content
Antoine Pitrou writes:
> I think it is extremely unlikely that mutating errno in a signal handler
> is unsafe (after all, the library functions called from that handler can
> mutate errno too: that's the whole point of the patch IIUC). Adding some
> configure machinery for this seems unwarranted to me.

Fine by me.
History
Date User Action Args
2010-11-05 10:07:41hfurusetrecipients: + hfuru, loewis, exarkun, amaury.forgeotdarc, pitrou
2010-11-05 10:07:38hfurulinkissue10311 messages
2010-11-05 10:07:38hfurucreate