]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95909: Make `_PyArg_Parser` initialization thread safe (GH-95958)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 16 Aug 2022 18:22:14 +0000 (23:52 +0530)
committerGitHub <noreply@github.com>
Tue, 16 Aug 2022 18:22:14 +0000 (11:22 -0700)
commit9b30b965f0c1da216397b495faef4d93ff7a5328
tree1d59dfece82c7638a9516987f492200ce3480e37
parent48174fa0b949d6b1d0c1f074e7d4e47793759a43
GH-95909: Make `_PyArg_Parser` initialization thread safe  (GH-95958)
Include/internal/pycore_runtime.h
Python/getargs.c
Python/pystate.c