]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (GH-144108)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Jan 2026 12:53:20 +0000 (13:53 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 12:53:20 +0000 (12:53 +0000)
commit237467f474f6fd1cd9f9d02e966ebe2e16e4802c
treede9d5211d90d17c5840e0d144a125696393b4a11
parent7ae9a479cf1681503e896a3094cfc9122f05cb2e
[3.14] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (GH-144108) (#144244)

gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (GH-144108)
(cherry picked from commit 8f459255eba2b6639f1912e5c5e318a7cdafada1)

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