]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108)
authorVanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
Mon, 26 Jan 2026 12:27:42 +0000 (17:57 +0530)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 12:27:42 +0000 (13:27 +0100)
commit8f459255eba2b6639f1912e5c5e318a7cdafada1
treea6a7ab4517d0b882979ae237a17460043fae8395
parentdecb25e8f0051cafcbe7d38171371cf47185165b
gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_ctypes/test_pointers.py
Misc/NEWS.d/next/Library/2026-01-21-19-39-07.gh-issue-144100.hLMZ8Y.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c