]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (...
authorPetr Viktorin <encukou@gmail.com>
Thu, 18 Sep 2025 11:46:05 +0000 (13:46 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Sep 2025 11:46:05 +0000 (12:46 +0100)
commit135198dd5d1cd029c1f111f3504cfd4fb63a9f3c
tree79e22ced1bfaea84aebeeaffba044fd92530457a
parent5e59aef20f1f7b261c6550c698f813f996417417
[3.13] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (#138746)

(cherry picked from commit 1ce05537a3ebaf1e5c54505b2272d61bb6cf5de0)

Signed-off-by: Nguyen Viet Dung <29406816+magnified103@users.noreply.github.com>
Signed-off-by: Nguyen Viet Dung <dung@ekluster.com>
Co-authored-by: Dung Nguyen <dung@ekluster.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.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