]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598)
authorVictor Stinner <vstinner@python.org>
Tue, 2 Jun 2020 16:44:54 +0000 (18:44 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2020 16:44:54 +0000 (18:44 +0200)
commit317bab0bf61e4cbab37c81baf185d8b57ca62a6b
treefb72064426f3bf0c9a91360397bcd0bf651590e0
parent45b34a04a577aa49fa4825421758c3e8eaa1625d
PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598)
Include/internal/pycore_ceval.h
Modules/posixmodule.c
Python/ceval.c