mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
5610860840
The PyMutex implementation supports unlocking after fork because we clear the list of waiters in parking_lot.c. This doesn't work as well for _PyRecursiveMutex because on some systems, such as SerenityOS, the thread id is not preserved across fork().
Miscellaneous source files for the main Python shared library