COMMITS
/ Include/internal/pycore_traceback.h October 27, 2025
V
gh-125434: Display thread name in faulthandler on Windows (#140675)
Victor Stinner committed
July 29, 2025
S
gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187)
Sam Gross committed
April 21, 2025
P
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma committed
March 3, 2025
S
gh-130790: Remove references about unicode's readiness from comments (#130801)
Sergey Miryanov committed
October 12, 2023
P
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C implementation (#110702)
Pablo Galindo Salgado committed
August 24, 2023
V
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner committed
July 25, 2023
V
gh-107211: No longer export internal functions (3) (#107215)
Victor Stinner committed
March 3, 2022
V
bpo-45459: Use type names in the internal C API (GH-31669)
Victor Stinner committed
November 5, 2021
I
bpo-45292: [PEP 654] Update traceback display code to work with exception groups (GH-29207)
Irit Katriel committed
October 6, 2021
C
Fix typos in the Include directory (GH-28745)
Christian Clauss committed
January 19, 2021
V
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner committed
January 18, 2021
V
bpo-42923: Py_FatalError() avoids fprintf() (GH-24242)
Victor Stinner committed
April 28, 2020
V
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner committed
October 4, 2019
V
bpo-38353: Fix compiler warning in internal headers (GH-16573)
Victor Stinner committed
October 2, 2019
V
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner committed
May 22, 2019
V
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
Victor Stinner committed
May 19, 2019
V
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner committed