]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450)
authorDong-hee Na <donghee.na92@gmail.com>
Tue, 14 Apr 2020 16:16:24 +0000 (01:16 +0900)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 16:16:24 +0000 (01:16 +0900)
commit62f75fe3dd138f72303814d27183aa469eefcca6
tree9d9a3dc0356561974b26f17b65a0a0da18f4ad4d
parente5014be0497d06d78343623588a80f491a6f7b74
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450)
Include/internal/pycore_ceval.h
Include/internal/pycore_import.h
Include/internal/pycore_runtime.h
Python/ceval.c
Python/import.c
Python/pystate.c