]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134637: Fix performance regression in calling `ctypes` function pointer in `free...
authorKumar Aditya <kumaraditya@python.org>
Mon, 26 May 2025 18:26:40 +0000 (23:56 +0530)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 18:26:40 +0000 (18:26 +0000)
commit3c0525126ef95efe2f578e93db09f3282e3ca08f
tree0a3e03c1ba8c03d052c9b025bec3dfe834e6def0
parent56743afe879ca8fc061a852c5c1a311ff590bba1
gh-134637: Fix performance regression in calling `ctypes` function pointer in `free threading`. (#134702)

Fix performance regression in calling `ctypes` function pointer in `free threading`.
Misc/NEWS.d/next/Library/2025-05-26-17-06-40.gh-issue-134637.9-3zRL.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c