mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
b2c3b70c71
Avoid detaching thread state when stopping the world. When re-attaching the thread state, the thread would attempt to resume the top-most critical section, which might now be held by a thread paused for our stop-the-world request.
Miscellaneous source files for the main Python shared library