[issue38733] PyErr_Occurred(): tstate must be non-NULL

STINNER Victor report at bugs.python.org
Thu Nov 7 06:47:14 EST 2019


STINNER Victor <vstinner at python.org> added the comment:

I merged my change, I close the issue.

The change is a little bit backward incompatible, so I prefer to not backport it. PyErr_Occurred() checks tstate==NULL for 9 years, there is no urgency to change it :-) It can wait for Python 3.9.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38733>
_______________________________________


More information about the Python-bugs-list mailing list