]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#127872)
authorVictor Stinner <vstinner@python.org>
Fri, 13 Dec 2024 12:53:47 +0000 (13:53 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Dec 2024 12:53:47 +0000 (13:53 +0100)
commit6ff38fc4e2af8e795dc791be6ea596d2146d4119
treee4a1d93431b8db928fc86d87b248164d39286b47
parente62e1ca4553dbcf9d7f89be24bebcbd9213f9ae5
gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#127872)
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