[issue3137] Python doesn't handle SIGINT well if it arrives during interpreter startup

STINNER Victor report at bugs.python.org
Fri Mar 12 15:48:07 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Commited to trunk: r78826

Backported to py3k as r78872. But py3k will require extra work: there are some PyErr_Clear() somewhere, eating the errors.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3137>
_______________________________________


More information about the Python-bugs-list mailing list