]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C impleme...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 12 Oct 2023 14:52:14 +0000 (16:52 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 14:52:14 +0000 (14:52 +0000)
commite7331365b488382d906ce6733ab1349ded49c928
treebecf226032f4abe846e3a46e07f666cedb55cbc9
parent8c6c14b91bf95e04018151c53bce6e27e0e22447
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C implementation (#110702)
Include/internal/pycore_traceback.h
Lib/test/test_sys.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2023-10-11-16-56-54.gh-issue-110721.afcSsH.rst [new file with mode: 0644]
Python/pythonrun.c
Python/traceback.c