COMMITS
/ Python/ceval.c May 5, 2023
April 30, 2023
K
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Ken Jin committed
April 24, 2023
C
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
April 18, 2023
N
GH-100530: Change the error message for non-class class patterns (GH-103576)
Nikita Sobolev committed
April 13, 2023
M
GH-103488: Use return-offset, not yield-offset. (GH-103502)
Mark Shannon committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
March 13, 2023
M
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102631)
Irit Katriel committed
February 28, 2023
I
P
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin committed
February 23, 2023
M
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon committed
February 21, 2023
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
February 18, 2023
E
gh-101967: add a missing error check (#101968)
Eclips4 committed
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
February 8, 2023
G
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum committed
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
February 7, 2023
M
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#101127)
Matthieu Dartiailh committed
January 24, 2023
G
Fix some comments in ceval.c and fix lltrace output (#101297)
Guido van Rossum committed
I
gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#101269)
Irit Katriel committed
January 18, 2023
G
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
Guido van Rossum committed
January 15, 2023
K
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
Kumar Aditya committed
January 9, 2023
B
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher committed
January 6, 2023
January 5, 2023
M
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon committed
January 4, 2023
M
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon committed
December 14, 2022
M
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH-100223)
Mark Shannon committed
December 6, 2022
B
GH-99729: Unlink frames before clearing them (GH-100030)
Brandt Bucher committed
November 22, 2022
November 17, 2022
B
Add a macro for "inlining" new frames (GH-99490)
Brandt Bucher 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/ceval.c (#99318)
Victor Stinner committed
November 9, 2022
B
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher committed
November 8, 2022
G
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
Guido van Rossum committed
November 7, 2022
M
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
Mark Shannon committed
November 4, 2022
B
GH-98686: Fix compiler warning for HAS_ARG (GH-99106)
Brandt Bucher committed
November 3, 2022
G
GH-98831: "Generate" the interpreter (#98830)
Guido van Rossum committed
November 2, 2022
B
GH-98686: Quicken everything (GH-98687)
Brandt Bucher committed
November 1, 2022
G
Rename JUMP_TO_INSTRUCTION to GO_TO_INSTRUCTION (#98934)
Guido van Rossum committed
October 30, 2022
D
gh-98879: Remove unreachable error case from COMPARE_OP_STR_JUMP (GH-98882)
Dennis Sweeney committed
October 28, 2022
D
gh-98789: Fix FOR_ITER assert on big-endian (GH-98792)
Dennis Sweeney committed
October 27, 2022
M
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon committed
October 25, 2022
P
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado committed
October 19, 2022
V
gh-98257: Make _PyEval_SetTrace() reentrant (#98258)
Victor Stinner committed
October 11, 2022
G
Fix some incorrect indentation around the main switch (#98177)
Guido van Rossum committed
October 7, 2022
C
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer committed
October 5, 2022
M
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
Mark Shannon committed
October 4, 2022
V
gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)
Victor Stinner committed
September 22, 2022
B
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97003)
Brandt Bucher committed