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-04.13:45:02
SpamBayes Score 1.6093052e-06
Marked as misclassified No
Message-id <hbf.20101104o78j@bombur.uio.no>
In-reply-to <1288878085.55.0.396677454989.issue10311@psf.upfronthosting.co.za>
Content
Amaury Forgeot d'Arc writes:
> This issue is not really relevant on Windows:
> - signals are actually run in a new thread specially created.
> - errno is a thread-local variable; its value is thus local to the
>   signal handler, same for WSAGetLastError().

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.)
History
Date User Action Args
2010-11-04 13:45:05hfurusetrecipients: + hfuru, loewis, exarkun, amaury.forgeotdarc, pitrou
2010-11-04 13:45:02hfurulinkissue10311 messages
2010-11-04 13:45:02hfurucreate