mirror of
https://github.com/python/cpython.git
synced 2026-08-09 11:38:39 +08: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