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 vstinner
Recipients vstinner
Date 2010-04-22.11:14:44
SpamBayes Score 1.566907e-06
Marked as misclassified No
Message-id <1271934885.96.0.32444493.issue8124@psf.upfronthosting.co.za>
In-reply-to
Content
The goal is this issue is also to catch SIGINT when starting Python. It now works in Python trunk and py3k, but not in verbose mode because mywrite() eats errors (especially the KeyboardInterrupt raised by the default SIGINT handler) and calls indirectly Python signal handlers.
History
Date User Action Args
2010-04-22 11:14:46vstinnersetrecipients: + vstinner
2010-04-22 11:14:45vstinnersetmessageid: <1271934885.96.0.32444493.issue8124@psf.upfronthosting.co.za>
2010-04-22 11:14:44vstinnerlinkissue8124 messages
2010-04-22 11:14:44vstinnercreate