mirror of
https://github.com/python/cpython.git
synced 2026-08-07 21:10:49 +08:00
The stop-the-world code was incorrectly setting suspended threads' states to _Py_THREAD_DETACHED instead of _Py_THREAD_SUSPENDED.
Miscellaneous source files for the main Python shared library