[issue3605] Py_FatalError causes infinite loop

Roger Upole report at bugs.python.org
Tue Aug 19 23:28:33 CEST 2008


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

Py_BEGIN_ALLOW_THREADS
	PyErr_SetString(PyExc_SystemError, "bork bork bork");
	Py_END_ALLOW_THREADS

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


More information about the Python-bugs-list mailing list