summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorKamil Turek <kamil.turek@hotmail.com>2022-11-13 23:55:58 (GMT)
committerGitHub <noreply@github.com>2022-11-13 23:55:58 (GMT)
commitbc2cdfc81571dc759a90b94dd3f4858b98cad1eb (patch)
tree9eb50f596f323b6e43a4d7dfa198c10b0abe7615 /Misc/NEWS.d
parent14c13955c59c15bd58520241ce64e27c68028d64 (diff)
downloadcpython-bc2cdfc81571dc759a90b94dd3f4858b98cad1eb.zip
cpython-bc2cdfc81571dc759a90b94dd3f4858b98cad1eb.tar.gz
cpython-bc2cdfc81571dc759a90b94dd3f4858b98cad1eb.tar.bz2
[3.10] gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) (#99452)
gh-92119: ctypes: Print exception class name instead of its representation (#98302) (cherry picked from commit b9dedfe61dce2997e3e6be318d8c50b0c19c9394)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-10-15-23-15-14.gh-issue-92119.PMSwwG.rst2
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.