[issue19983] When interrupted during startup, Python should not call abort() but exit()

STINNER Victor report at bugs.python.org
Mon May 27 10:55:55 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

This issue has been fixed by the PEP 587 in bpo-36763: when Py_Initialize() fails, it no longer calls abort() but only exit(1).

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue19983>
_______________________________________


More information about the Python-bugs-list mailing list