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

STINNER Victor report at bugs.python.org
Tue Mar 9 00:29:31 CET 2010


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

As requested by Guido, here is a new patch including the fix for the site module: catch errors in execsitecustomize() and execusercustomize().

----------
Added file: http://bugs.python.org/file16501/SIGINT-2.patch

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


More information about the Python-bugs-list mailing list