SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 94 Python

bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597)

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.
V
Victor Stinner committed
45b34a04a577aa49fa4825421758c3e8eaa1625d
Parent: 26881c8
Committed by GitHub <noreply@github.com> on 6/2/2020, 3:13:49 PM