bpo-40091: Fix a hang at fork in the logging module by vstinner · Pull Request #19416 · python/cpython

@vstinner

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.

@vstinner vstinner deleted the logging_atfork_reinit branch

April 13, 2020 22:25