]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 18:00:28 +0000 (20:00 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 18:00:28 +0000 (20:00 +0200)
commitd7500f6078657286ebac4f4a96e78afa0c911518
tree8a7b6471ec945ca3c8d684c0eedfdd2341f8d537
parent7aab50cd7ab2dee967e71892ada6356b7492a049
[3.14] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (GH-138742)

(cherry picked from commit 1ce05537a3ebaf1e5c54505b2272d61bb6cf5de0)

Signed-off-by: Nguyen Viet Dung <29406816+magnified103@users.noreply.github.com>
Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/test/test_ctypes/test_prototypes.py
Misc/NEWS.d/next/Library/2025-08-31-09-06-49.gh-issue-138008.heOvsU.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c