]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127945: make initialization of `error_object_name` thread safe in ctypes (#131896)
authorKumar Aditya <kumaraditya@python.org>
Sun, 30 Mar 2025 10:50:35 +0000 (16:20 +0530)
committerGitHub <noreply@github.com>
Sun, 30 Mar 2025 10:50:35 +0000 (10:50 +0000)
commit28e476f6a2e4c7621f6724c2c3f5764a30623311
tree3ef539a4f95f866de7c289dcb7d691cf3ad4fdde
parentbc5a028c132efd7598593b75ab86b690209a6e6b
gh-127945: make initialization of `error_object_name` thread safe in ctypes (#131896)
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c