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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, exarkun, hfuru, loewis, pitrou
Date 2010-11-04.13:57:13
SpamBayes Score 2.510691e-06
Marked as misclassified No
Message-id <1288879036.02.0.07176555682.issue10311@psf.upfronthosting.co.za>
In-reply-to
Content
> Nice.  Then I suggest a config macro for whether this is needed.
> Either a test for windows, or an autoconf thing in case some Unixes
> are equally sensible.  (Linux isn't, I checked.)

I'm quite sure that all Unixes invoke signal handlers in some existing thread. So even if errno is thread-local, it needs to be saved and restored.
OTOH this is really a micro optimization.
History
Date User Action Args
2010-11-04 13:57:16amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, exarkun, hfuru, pitrou
2010-11-04 13:57:16amaury.forgeotdarcsetmessageid: <1288879036.02.0.07176555682.issue10311@psf.upfronthosting.co.za>
2010-11-04 13:57:13amaury.forgeotdarclinkissue10311 messages
2010-11-04 13:57:13amaury.forgeotdarccreate