[issue38631] Replace Py_FatalError() with regular Python exceptions

STINNER Victor report at bugs.python.org
Mon Jan 27 17:38:21 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

There are still around 122 calls to Py_FatalError() in the master branch. But remaining ones are the hardest to remove. I close the issue, it's already better than previously.

Compare this number to 285 calls in Python 3.6.

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

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


More information about the Python-bugs-list mailing list