mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
45b34a04a5
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