]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102755: Add PyErr_DisplayException(exc) (#102756)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 16 Mar 2023 22:18:04 +0000 (22:18 +0000)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 22:18:04 +0000 (22:18 +0000)
commit3f9285a8c52bf776c364f0cf4aecdd8f514ac4e1
tree22d14446b3d59b7402b59bbad2c153b4ddcb1b21
parent405739f9166592104a5b0b945de92e28415ae972
gh-102755: Add PyErr_DisplayException(exc) (#102756)
13 files changed:
Doc/c-api/exceptions.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.12.rst
Include/internal/pycore_pylifecycle.h
Include/pythonrun.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/Core and Builtins/2023-03-16-14-44-29.gh-issue-102755.j1GxlV.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapi/exceptions.c
PC/python3dll.c
Python/pylifecycle.c
Python/pythonrun.c
Python/sysmodule.c