COMMITS
/ Modules/_testinternalcapi/test_cases.c.h April 16, 2026
M
P
gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)
Pieter Eendebak committed
April 14, 2026
P
K
gh-gh-131798: optimize `LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN` in the JIT (#148555)
Kumar Aditya committed
N
gh-148510: restore `func_version` check in `_LOAD_ATTR_PROPERTY_FRAME` (GH-148528)
Neko Asakura committed
H
April 13, 2026
C
gh-148483: Use Py_GCC_ATTRIBUTE(unused) for stop_tracing label (GH-148481)
Charlie Lin committed
April 12, 2026
April 11, 2026
D
gh-148171: Convert `CALL_BUILTIN_CLASS` to leave arguments on the stack (gh-148381)
Donghee Na committed
S
K
gh-148171: convert more variadic uops to leave input on stack in JIT (#148361)
Kumar Aditya committed
April 10, 2026
K
gh-131798: split `_CALL_BUILTIN_CLASS` to smaller uops (#148094)
Kumar Aditya committed
April 9, 2026
S
K
gh-131798: fold super method lookups in JIT (#148231)
Kumar Aditya committed
April 8, 2026
April 4, 2026
K
gh-131798: split recursion check to _CHECK_RECURSION_LIMIT and combine checks (GH-148070)
Kumar Aditya committed
K
gh-131798: JIT inline function addresses of builtin methods (#146906)
Kumar Aditya committed
March 29, 2026
S
gh-145876: Do not mask KeyErrors raised during dictionary unpacking in call (GH-146472)
Serhiy Storchaka committed
March 27, 2026
March 26, 2026
K
gh-131798: JIT: split call method and call builtin opcodes into smaller uops (#146463)
Kumar Aditya committed
S
gh-145876: Do not mask AttributeErrors raised during dictionary unpacking (GH-145906)
Serhiy Storchaka committed
S
March 24, 2026
March 21, 2026
M
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Mark Shannon committed
March 19, 2026
March 18, 2026
V
gh-146092: Fix error handling in _BINARY_OP_ADD_UNICODE opcode (#146117)
Victor Stinner committed
March 16, 2026
March 14, 2026
March 12, 2026
M
GH-145692: Convert DEOPT_IFs to EXIT_IFs (GH-145751)
Mark Shannon committed
March 11, 2026
March 2, 2026
February 24, 2026
D
February 19, 2026
M
GH-144651: Optimize the new uops added when recording values during tracing. (GH-144948)
Mark Shannon committed
February 18, 2026
D
gh-141510: Update specializer to support frozendict (gh-144949)
Donghee Na committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
February 10, 2026
S
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul committed
February 6, 2026
K
gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)
Ken Jin committed
S
gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)
Sam Gross committed
February 5, 2026
M
GH-144179: Use recorded values to make optimizer more robust (GH-144437)
Mark Shannon committed
February 2, 2026
M
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
Mark Shannon committed
January 27, 2026
S
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Sam Gross committed
January 25, 2026
January 24, 2026
January 23, 2026
January 18, 2026
A
gh-144012: Check null binary op extend (#144014)
AN Long committed
January 16, 2026
D
gh-142913: Update generated code that conflicted with other landed change (#143932)
Dino Viehland committed
D
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
Dino Viehland committed