]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`
authorKamil Turek <kamil.turek@hotmail.com>
Sat, 21 Jan 2023 13:44:43 +0000 (14:44 +0100)
committerGitHub <noreply@github.com>
Sat, 21 Jan 2023 13:44:43 +0000 (19:14 +0530)
commitb4e11a7985a3bc116596c63d1e5f8bbd653041b9
tree52ff6c859bd479d156fc4b559732344709d05e70
parent13566a37c2f27b7f3a5ef1ecf4288230171b7daf
gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Doc/library/ctypes.rst
Lib/test/test_ctypes/test_functions.py
Lib/test/test_ctypes/test_parameters.py
Misc/NEWS.d/next/Library/2022-11-24-21-52-31.gh-issue-99266.88GcV9.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c