bpo-40091: Fix a hang at fork in the logging module (GH-19416)
Fix a hang at fork in the logging module: the new private _at_fork_reinit() method is now used to reinitialize locks at fork in the child process. The createLock() method is no longer used at fork.
V
Victor Stinner committed
4c3da783cffb8471303fbae3e09f3d67b31c3d06
Parent: 25a6833
Committed by GitHub <noreply@github.com>
on 4/13/2020, 10:25:34 PM