Roger Upole <rup...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue3605>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to