]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285)
authorDung Nguyen <dung@ekluster.com>
Wed, 10 Sep 2025 12:01:19 +0000 (19:01 +0700)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 12:01:19 +0000 (14:01 +0200)
commit1ce05537a3ebaf1e5c54505b2272d61bb6cf5de0
tree2c059d35514f8cf84e6731906961bcb8dffcad6f
parentd54b1091d43b9d8f0da0ba081565bccca3f138fd
gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285)

Signed-off-by: Nguyen Viet Dung <29406816+magnified103@users.noreply.github.com>
Signed-off-by: Nguyen Viet Dung <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