]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127945: fix thread safety of creating instances of ctypes structures (#131716)
authorKumar Aditya <kumaraditya@python.org>
Sun, 30 Mar 2025 09:52:30 +0000 (15:22 +0530)
committerGitHub <noreply@github.com>
Sun, 30 Mar 2025 09:52:30 +0000 (15:22 +0530)
commitbc5a028c132efd7598593b75ab86b690209a6e6b
tree04f8d55a99705420865695f38c81e17f181e38fa
parentedfbd8c062285e83dc5f596288df2a762e68bcdc
gh-127945: fix thread safety of creating instances of ctypes structures (#131716)
Modules/_ctypes/_ctypes.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/stgdict.c