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 neologix
Recipients eric.araujo, neologix, pitrou, telmich
Date 2012-03-19.18:56:43
SpamBayes Score 0.006648658
Marked as misclassified No
Message-id <1332183404.55.0.709650751737.issue14228@psf.upfronthosting.co.za>
In-reply-to
Content
I must be missing something, but I fail to see the problem here.
Basically, when SIGINT is received before the user code is run, it's caught by the default handler which prints a traceback and exits. What's wrong with that? Not catching SIGINT would result in an unclean exit, and I don't see how that would be an improvement.
The exit code may be a valid request, but that's another story.
History
Date User Action Args
2012-03-19 18:56:44neologixsetrecipients: + neologix, pitrou, eric.araujo, telmich
2012-03-19 18:56:44neologixsetmessageid: <1332183404.55.0.709650751737.issue14228@psf.upfronthosting.co.za>
2012-03-19 18:56:43neologixlinkissue14228 messages
2012-03-19 18:56:43neologixcreate