]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108) (...
authorVictor Stinner <vstinner@python.org>
Tue, 27 Jan 2026 11:59:55 +0000 (12:59 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Jan 2026 11:59:55 +0000 (12:59 +0100)
commit3df9e311421fddafdfbe10ad961218a2b577a9fd
tree78071780ebf3215b4b8c217e07ba3da6148ab18d
parentd6f4fb867a16fb99a413fb2e9f6b473e97cf48b2
[3.13] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108) (#144245)

gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (#144108)

(cherry picked from commit 8f459255eba2b6639f1912e5c5e318a7cdafada1)

Co-authored-by: VanshAgarwal24036 <148854295+VanshAgarwal24036@users.noreply.github.com>
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