STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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.

----------

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

Reply via email to