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 pitrou
Recipients foom, gregory.p.smith, loewis, mwh, pitrou, rnk
Date 2011-01-06.22:29:15
SpamBayes Score 0.0039747204
Marked as misclassified No
Message-id <1294352961.35.0.189353455191.issue1054041@psf.upfronthosting.co.za>
In-reply-to
Content
- should KeyboardInterrupt always exit with SIGINT, or only if it was actually raised by a signal handler?
- if _Py_UnhandledKeyboardInterrupt is defined in Modules/main.c but used in Python/pythonrun.c, can't it cause linker errors when embedding Python?
- please use PEP 8 (testKeyboardInterruptSignalExit -> test_some_long_name)
History
Date User Action Args
2011-01-06 22:29:21pitrousetrecipients: + pitrou, mwh, loewis, gregory.p.smith, foom, rnk
2011-01-06 22:29:21pitrousetmessageid: <1294352961.35.0.189353455191.issue1054041@psf.upfronthosting.co.za>
2011-01-06 22:29:15pitroulinkissue1054041 messages
2011-01-06 22:29:15pitroucreate