mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
5804f878e7
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.
Miscellaneous source files for the main Python shared library