mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Since _PyImport_ReInitLock() now calls _PyThread_at_fork_reinit() on the import lock, the lock is now in a known state: unlocked. It became safe to acquire it after fork.
Miscellaneous source files for the main Python shared library