diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-14 00:25:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 00:25:34 +0200 |
commit | 4c3da783cffb8471303fbae3e09f3d67b31c3d06 (patch) | |
tree | 35bf1afdbb64d210830312b6d8fc661c53c6c9cb /Python/ast_unparse.c | |
parent | 25a6833f7945f14cad83509ec73954d0ad70bdb1 (diff) | |
download | cpython-git-4c3da783cffb8471303fbae3e09f3d67b31c3d06.tar.gz |
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.
Diffstat (limited to 'Python/ast_unparse.c')
0 files changed, 0 insertions, 0 deletions