4 lines
179 B
ReStructuredText
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)``.
|