]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (GH-127872...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Dec 2024 13:19:41 +0000 (14:19 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Dec 2024 13:19:41 +0000 (13:19 +0000)
commit0f38b897f933849f01293af622482c5b8502a2b4
treec78861a014ef523ad5b3cfc03546337dbdad2238
parentb620e503eb8d7517c37e8e50de120a185c1e09cb
[3.13] gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (GH-127872) (#127917)

gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (GH-127872)
(cherry picked from commit 6ff38fc4e2af8e795dc791be6ea596d2146d4119)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_ctypes/test_as_parameter.py
Misc/NEWS.d/next/Library/2024-12-12-16-59-42.gh-issue-127870._NFG-3.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c