COMMITS
/ Python/bytecodes.c 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
January 30, 2026
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 21, 2026
January 18, 2026
A
gh-144012: Check null binary op extend (#144014)
AN Long committed
January 16, 2026
January 14, 2026
K
H
gh-138050: Use cold flag instead of warm flag in `MAKE_WARM` (GH-143827)
Hai Zhu committed
January 12, 2026
R
N
gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT}` (GH-143731)
Nadeshiko Manju committed
C
gh-134584: JIT: Remove redundant refcount for _BINARY_OP_SUBSCR_DICT (GH-143724)
Cajetan Rodrigues committed
January 11, 2026
January 10, 2026
N
gh-143604: Hold strong reference to executor during JIT tracing (GH-143646)
Nadeshiko Manju committed
January 9, 2026
K
K
gh-143421: Allocate all JIT state in one go (GH-143626)
Ken Jin committed
January 8, 2026
S
gh-142908: Don't use `DK_IS_UNICODE` in interpreter (gh-142909)
Sam Gross committed
January 7, 2026
D
gh-143531: Use macro to check if PEP 523 is hooked (#143532)
Dino Viehland committed
January 6, 2026
N
gh-134584: Eliminate redundant refcounting from `TO_BOOL_STR` (GH-143417)
Nadeshiko Manju committed
K
gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)
Ken Jin committed
January 4, 2026
C
gh-139757: Add BINARY_OP_SUBSCR_USTR_INT (GH-143389)
Chris Eibl committed
K
gh-143403: Fix a UAF in `_BINARY_OP_INPLACE_ADD_UNICODE` (GH-143404)
Ken Jin committed
January 2, 2026
K
gh-134584: JIT: Remove redundant refcount from STORE_FAST (GH-143336)
Ken Jin committed
D
gh-139757: Add _GUARD_NOS_COMPACT_ASCII for compact ascii optimization (gh-143332)
Donghee Na committed
January 1, 2026
N
gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_SLOT` (GH-143320)
Nadeshiko Manju committed
December 28, 2025
December 26, 2025
H
gh-134584: Eliminate redundant refcounting from `IS_OP` (GH-143171)
Hai Zhu committed
H
December 24, 2025
K
D
JIT: Move executor to a register (#143072)
Diego Russo committed
December 23, 2025
H
T
gh-134584: Eliminate redundant refcounting from `_CALL_TYPE_1` (GH-135818)
Tomas R. committed
K
gh-142448: Disable JIT tracing when monitoring is enabled (GH-142842)
Ken Jin committed
December 22, 2025
C
GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)
Chris Eibl committed
December 19, 2025
S
gh-120321: Make gi_frame_state transitions atomic in FT build (gh-142599)
Sam Gross committed
K
gh-142961: Fix constant folding len(tuple) in JIT (GH-142963)
Ken Jin committed
December 18, 2025
S
GH-134584: Remove redundant refcount for `BINARY_OP_SUBSCR_STR_INT` (#142844)
Savannah Ostrowski committed