]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134637: Fix performance regression in calling `ctypes` function pointer...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 May 2025 18:51:13 +0000 (20:51 +0200)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 18:51:13 +0000 (18:51 +0000)
commit8c699015c57376e0528adcbdddceb41b1ab8af14
tree8eb60d34a936c7a7927be0a42166ceeb43acb368
parentb187e9403c434550752ac1712736849e59b9bae6
[3.14] gh-134637: Fix performance regression in calling `ctypes` function pointer in `free threading`. (GH-134702) (#134742)

gh-134637: Fix performance regression in calling `ctypes` function pointer in `free threading`. (GH-134702)

Fix performance regression in calling `ctypes` function pointer in `free threading`.
(cherry picked from commit 3c0525126ef95efe2f578e93db09f3282e3ca08f)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
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