[issue3605] Py_FatalError causes infinite loop

Roger Upole report at bugs.python.org
Tue Aug 19 22:42:18 CEST 2008


New submission from Roger Upole <rupole at hotmail.com>:

Py_FatalError calls PyErr_Occurred() which requires a current thread
state.  This mean that if the original error was a thread state error
Py_FatalError is triggered again, ad infinitum.

----------
components: Interpreter Core
messages: 71478
nosy: rupole
severity: normal
status: open
title: Py_FatalError causes infinite loop
versions: Python 3.0

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


More information about the Python-bugs-list mailing list