]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 9 Mar 2019 06:44:33 +0000 (23:44 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2019 06:44:33 +0000 (23:44 -0700)
commit8479a3426eb7d1840473f7788e639954363ed37e
tree9d588c5c30e29d0ab6d6aa0e25c53caba8c5b593
parent5be45a6105d656c551adeee7770afdc3b806fbb5
bpo-33608: Make sure locks in the runtime are properly re-created.  (gh-12245)
Include/internal/pycore_pystate.h
Modules/posixmodule.c
Python/ceval.c
Python/pystate.c