cpython/Misc/NEWS.d/next/Core and Builtins/2020-03-23-18-08-34.bpo-205...

4 lines
179 B
ReStructuredText

Fix :c:func:`PyThreadState_Clear()`. ``PyThreadState.frame`` is a borrowed
reference, not a strong reference: ``PyThreadState_Clear()`` must not call
``Py_CLEAR(tstate->frame)``.