mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
b6228b521b
This marks dead ThreadHandles as non-joinable earlier in `PyOS_AfterFork_Child()` before we execute any Python code. The handles are stored in a global linked list in `_PyRuntimeState` because `fork()` affects the entire process.
Miscellaneous source files for the main Python shared library