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:41:23
SpamBayes Score 0.00016377495
Marked as misclassified No
Message-id <1288878085.55.0.396677454989.issue10311@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2010-11-04 13:41:25amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, exarkun, hfuru, pitrou
2010-11-04 13:41:25amaury.forgeotdarcsetmessageid: <1288878085.55.0.396677454989.issue10311@psf.upfronthosting.co.za>
2010-11-04 13:41:23amaury.forgeotdarclinkissue10311 messages
2010-11-04 13:41:23amaury.forgeotdarccreate