[issue3605] Py_FatalError causes infinite loop

Roger Upole report at bugs.python.org
Wed Nov 3 03:32:48 CET 2010


Roger Upole <rupole at hotmail.com> added the comment:

I know this has been closed, but I disagree with the fix. Py_FatalError is designed to give a clean exit with a readable error message when the state of the interpreter is known to be compromised.  Calling *any* python functions or accessing *any* python internals is only likely to lead to more issues that obscure the original problems.  IMO the PyErr_Occurred needs to be removed entirely.

----------

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


More information about the Python-bugs-list mailing list