diff options
author | Kamil Turek <kamil.turek@hotmail.com> | 2022-11-08 04:53:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 04:53:59 (GMT) |
commit | b9dedfe61dce2997e3e6be318d8c50b0c19c9394 (patch) | |
tree | 0ebe8786e5525d08e2ce7bcbc770bfd0b1629891 /Misc | |
parent | a309ad9f76db4ab9a8f933ab1ffea78ecaca827f (diff) | |
download | cpython-b9dedfe61dce2997e3e6be318d8c50b0c19c9394.zip cpython-b9dedfe61dce2997e3e6be318d8c50b0c19c9394.tar.gz cpython-b9dedfe61dce2997e3e6be318d8c50b0c19c9394.tar.bz2 |
gh-92119: ctypes: Print exception class name instead of its representation (#98302)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-10-15-23-15-14.gh-issue-92119.PMSwwG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-10-15-23-15-14.gh-issue-92119.PMSwwG.rst b/Misc/NEWS.d/next/Core and Builtins/2022-10-15-23-15-14.gh-issue-92119.PMSwwG.rst new file mode 100644 index 0000000..7142fc6 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-10-15-23-15-14.gh-issue-92119.PMSwwG.rst @@ -0,0 +1,2 @@ +Print exception class name instead of its string representation when raising +errors from :mod:`ctypes` calls. |