]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#127872...
authorVictor Stinner <vstinner@python.org>
Fri, 13 Dec 2024 13:21:30 +0000 (14:21 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Dec 2024 13:21:30 +0000 (13:21 +0000)
commit21c056ec272ea3b11bb212d0429886e94c63fff4
tree91824bf4e42b2e9cc1645a76d46954b6ac661936
parent6544f994637c7d4fc86d8a360e519a4e560606db
[3.12] gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#127872) (#127918)

gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#127872)

(cherry picked from commit 6ff38fc4e2af8e795dc791be6ea596d2146d4119)
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