]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92119: ctypes: Print exception class name instead of its representation (GH-98302)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Nov 2022 05:20:06 +0000 (21:20 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2022 05:20:06 +0000 (21:20 -0800)
commit2d00190591922750a04742ec1b5cf5466daff059
tree1d48759100d83465ea5ff18bf524df053529ae2e
parenta6f6c3a3d6f2b580f2d87885c9b8a9350ad7bf15
gh-92119: ctypes: Print exception class name instead of its representation (GH-98302)

(cherry picked from commit b9dedfe61dce2997e3e6be318d8c50b0c19c9394)

Co-authored-by: Kamil Turek <kamil.turek@hotmail.com>
Doc/library/ctypes.rst
Lib/ctypes/test/test_structures.py
Misc/NEWS.d/next/Core and Builtins/2022-10-15-23-15-14.gh-issue-92119.PMSwwG.rst [new file with mode: 0644]
Modules/_ctypes/callproc.c