[issue8124] mywrite() ignores PyFile_WriteString() errors

STINNER Victor report at bugs.python.org
Thu Apr 22 13:14:45 CEST 2010


STINNER Victor <victor.stinner at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8124>
_______________________________________


More information about the Python-bugs-list mailing list