]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111956: Add thread-safe one-time initialization. (gh-111960)
authorSam Gross <colesbury@gmail.com>
Thu, 16 Nov 2023 19:19:54 +0000 (14:19 -0500)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 19:19:54 +0000 (12:19 -0700)
commit446f18a911916eabd2c0ceed0c2a109fc8480727
treedfe463feacf3aed8db9f622d649e8221b4101e03
parentf66afa395a6d06097ad1ca222ed076e18a7a8126
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Include/internal/pycore_ast_state.h
Include/internal/pycore_lock.h
Include/internal/pycore_modsupport.h
Include/internal/pycore_runtime.h
Misc/NEWS.d/next/C API/2023-11-10-10-24-28.gh-issue-111956.ImE6Cx.rst [new file with mode: 0644]
Modules/_testinternalcapi/test_lock.c
Parser/asdl_c.py
Python/Python-ast.c
Python/getargs.c
Python/lock.c
Python/pystate.c