[issue26102] access violation in PyErrFetch if tcur==null in PyGILState_Release

STINNER Victor report at bugs.python.org
Tue Mar 15 12:31:27 EDT 2016


STINNER Victor added the comment:

Good news: it looks like I fixed the Py_FatalError() bug in the issue #26558. Py_FatalError() can again be called with the GIL released.

The bug was introduced in Python 3.0.

Since your issue is a bug in your code and that Py_FatalError() was fixed, I close the issue. Thanks for your bug report.

----------
nosy: +haypo
resolution:  -> fixed
status: open -> closed
versions: +Python 3.6

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


More information about the Python-bugs-list mailing list