mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00: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