COMMITS
/ Python/traceback.c 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
December 7, 2021
I
bpo-45635: standardize error handling in traceback.c (GH-29905)
Irit Katriel committed
November 17, 2021
V
bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596)
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 28, 2021
M
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon committed
October 13, 2021
V
bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
Victor Stinner committed
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
October 3, 2021
S
bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711)
Serhiy Storchaka committed
September 20, 2021
August 31, 2021
V
bpo-45061: Enhance faulthandler traceback wit no Python frame (GH-28090)
Victor Stinner committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
July 25, 2021
B
bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
Batuhan Taskaya committed
July 24, 2021
B
bpo-43950: check against the raw string, not the pyobject (GH-27337)
Batuhan Taskaya committed
B
bpo-43950: ensure source_line is present when specialising the traceback (GH-27313)
Batuhan Taskaya committed
July 20, 2021
B
bpo-43950: Distinguish errors happening on character offset decoding (GH-27217)
Batuhan Taskaya committed
July 15, 2021
B
bpo-43950: make BinOp specializations more reliable (GH-27126)
Batuhan Taskaya committed
July 12, 2021
B
bpo-43950: Specialize tracebacks for subscripts/binary ops (GH-27037)
Batuhan Taskaya committed