COMMITS
/ Python/traceback.c May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
April 30, 2025
M
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon committed
April 28, 2025
B
gh-127604: ensure `-ldl` is passed only once to the linker (#133071)
Bénédikt Tran committed
April 25, 2025
V
gh-127604: Only define dump_pointer() if CAN_C_BACKTRACE (#132897)
Victor Stinner committed
April 23, 2025
V
gh-127604: Replace dprintf() with _Py_write_noraise() (#132854)
Victor Stinner committed
P
gh-127604: Allow faulthandler to dumpC stack on MacOS (#132841)
Pablo Galindo Salgado committed
April 21, 2025
P
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma committed
April 12, 2025
S
gh-125434: Fix building on OpenBSD (GH-132393)
Serhiy Storchaka committed
April 4, 2025
V
gh-125434: Display thread name in faulthandler (#132016)
Victor Stinner committed
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
K
gh-128421: add critical section around `traceback.tb_next` (#131322)
Kumar Aditya committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
January 27, 2025
B
gh-111178: fix UBSan failures in `Python/traceback.c` (GH-128259)
Bénédikt Tran committed
January 21, 2025
M
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Mark Shannon committed
November 27, 2024
V
gh-123967: Fix faulthandler for trampoline frames (#127329)
Victor Stinner committed
April 12, 2024
S
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka committed
April 2, 2024
I
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
Irit Katriel committed
January 16, 2024
M
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon committed
November 10, 2023
S
Remove dead code left after gh-110721 (#111905)
Serhiy Storchaka committed
November 2, 2023
S
Remove unnecessary includes (GH-111633)
Serhiy Storchaka committed
October 31, 2023
P
gh-109181: Speed up Traceback object creation by lazily compute the line number (#111548)
Pablo Galindo Salgado 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
L
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou committed
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
September 29, 2023
V
gh-110052: Fix faulthandler for freed tstate (#110069)
Victor Stinner committed
September 8, 2023
P
gh-106922: Fix error location for constructs with spaces and parentheses (#108959)
Pablo Galindo Salgado committed
September 6, 2023
V
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner committed
August 24, 2023
V
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner committed
August 22, 2023
V
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Victor Stinner committed
August 17, 2023
M
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
June 14, 2023
May 31, 2023
I
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
Irit Katriel committed
May 5, 2023
March 16, 2023
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102760)
Irit Katriel committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner committed
November 12, 2022
B
gh-99103: Normalize specialized traceback anchors against the current line (GH-99145)
Batuhan Taskaya committed
November 10, 2022
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
V
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner committed
July 11, 2022
J
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte committed
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
April 7, 2022
B
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher committed
V
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner committed
March 31, 2022
V
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner committed
V
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
Victor Stinner committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
February 8, 2022
December 12, 2021