summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-03-16 22:18:04 +0000
committerGitHub <noreply@github.com>2023-03-16 22:18:04 +0000
commit3f9285a8c52bf776c364f0cf4aecdd8f514ac4e1 (patch)
tree22d14446b3d59b7402b59bbad2c153b4ddcb1b21 /Lib
parent405739f9166592104a5b0b945de92e28415ae972 (diff)
downloadcpython-git-3f9285a8c52bf776c364f0cf4aecdd8f514ac4e1.tar.gz
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_stable_abi_ctypes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_stable_abi_ctypes.py b/Lib/test/test_stable_abi_ctypes.py
index e77c1c8409..2feaaf8603 100644
--- a/Lib/test/test_stable_abi_ctypes.py
+++ b/Lib/test/test_stable_abi_ctypes.py
@@ -166,6 +166,7 @@ SYMBOL_NAMES = (
"PyErr_CheckSignals",
"PyErr_Clear",
"PyErr_Display",
+ "PyErr_DisplayException",
"PyErr_ExceptionMatches",
"PyErr_Fetch",
"PyErr_Format",