diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-02 15:13:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 15:13:49 (GMT) |
commit | 45b34a04a577aa49fa4825421758c3e8eaa1625d (patch) | |
tree | 3c6742d0d91b449447e32b5b75dbc884323cda50 /Python/bltinmodule.c | |
parent | 26881c8fae3b67db3a01d335d3ae7356a29b433e (diff) | |
download | cpython-45b34a04a577aa49fa4825421758c3e8eaa1625d.zip cpython-45b34a04a577aa49fa4825421758c3e8eaa1625d.tar.gz cpython-45b34a04a577aa49fa4825421758c3e8eaa1625d.tar.bz2 |
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.
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions