Charles-François Natali <neolo...@free.fr> added the comment:

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.

----------
nosy: +neologix

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14228>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to