]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127945: fix critical sections around ctypes array (#132646)
authorKumar Aditya <kumaraditya@python.org>
Thu, 17 Apr 2025 18:44:14 +0000 (00:14 +0530)
committerGitHub <noreply@github.com>
Thu, 17 Apr 2025 18:44:14 +0000 (18:44 +0000)
commitcf59bc3ae7d34060e55542b6df6786aa2d9a457c
tree626cf5afc90076e6f52ea1cd3304f4ac408869fb
parenta23ed8b3793aa684e312711cfda9c9fd76168399
gh-127945: fix critical sections around ctypes array (#132646)
Lib/test/test_ctypes/test_find.py
Lib/test/test_ctypes/test_values.py
Modules/_ctypes/_ctypes.c