bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120)
PyThreadState.frame is a borrowed reference, not a strong reference: PyThreadState_Clear() must not call Py_CLEAR(tstate->frame). Remove test_threading.test_warnings_at_exit(): we cannot warranty that the Python thread state of daemon threads is cleared in a reliable way during Python shutdown.
V
Victor Stinner committed
5804f878e779712e803be927ca8a6df389d82cdf
Parent: 472fc84
Committed by GitHub <noreply@github.com>
on 3/24/2020, 3:32:26 PM