COMMITS
/ Lib/test/test_opcache.py May 6, 2026
W
gh-100239: specialize mixed int/float inplace binary ops (GH-149413)
Wulian233 committed
May 5, 2026
M
GH-143732: SEND specialization (GH-148963)
Mark Shannon committed
May 4, 2026
K
gh-143732: allow dict subclasses to be specialized (GH-148128)
Kumar Aditya committed
April 16, 2026
M
P
gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)
Pieter Eendebak committed
April 7, 2026
K
gh-95004: specialize access to enums and fix scaling on free-threading (#148184)
Kumar Aditya committed
February 24, 2026
D
February 18, 2026
D
gh-141510: Update specializer to support frozendict (gh-144949)
Donghee Na committed
January 27, 2026
S
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Sam Gross committed
January 6, 2026
K
gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)
Ken Jin committed
K
January 4, 2026
C
gh-139757: Add BINARY_OP_SUBSCR_USTR_INT (GH-143389)
Chris Eibl committed
January 2, 2026
D
gh-139757: Fix unintended bytecode specialization for non-ascii string (gh-143352)
Donghee Na committed
November 21, 2025
M
gh-141498: Change backoff counter to use prime numbers instead of powers of 2 (GH-141591)
Mikhail Efimov committed
November 14, 2025
M
gh-141367: Use CALL_LIST_APPEND instruction only for lists, not for list subclasses (GH-141398)
Mikhail Efimov committed
October 3, 2025
D
gh-139525: Don't specialize functions which have a modified vectorcall (#139524)
Dino Viehland committed
September 1, 2025
T
gh-138302: Specialize int ops only if ints are compact (GH-138347)
Tapeline committed
May 20, 2025
M
GH-134282: Always borrow references LOAD_CONST (GH-134284)
Mark Shannon committed
May 2, 2025
K
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Ken Jin committed
April 29, 2025
N
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-133129)
Neil Schemenauer committed
April 28, 2025
N
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer committed
N
gh-122320: Limit dict key versions used by test_opcache. (gh-132961)
Neil Schemenauer committed
March 19, 2025
Y
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
Yan Yanchii committed
March 16, 2025
T
gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)
Tomas R. committed
March 12, 2025
T
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
T. Wouters committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
January 31, 2025
B
GH-129386: Add `test.support.reset_code` (GH-129486)
Brandt Bucher committed
January 29, 2025
B
GH-129386: Use symbolic constants for specialization tests (GH-129415)
Brandt Bucher committed
I
gh-100239: specialize bitwise logical binary ops on ints (#128927)
Irit Katriel committed
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
T
gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)
T. Wouters committed
January 23, 2025
January 20, 2025
January 19, 2025
K
gh-100239: Handle NaN and zero division in guards for `BINARY_OP_EXTEND` (#128963)
Kirill Podoprigora committed
January 16, 2025
I
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel committed
January 14, 2025
January 7, 2025
T
gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)
T. Wouters committed
December 23, 2024
D
gh-115999: Update test_opcache to test with nested method (gh-128166)
Donghee Na committed
December 19, 2024
M
gh-127274: Defer nested methods (#128012)
mpage committed
N
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Neil Schemenauer committed
D
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
Donghee Na committed
December 13, 2024
December 3, 2024
M
N
gh-115999: Add free-threaded specialization for `SEND` (gh-127426)
Neil Schemenauer committed
N
gh-115999: Specialize `LOAD_SUPER_ATTR` in free-threaded builds (gh-127128)
Neil Schemenauer committed
December 2, 2024
D
gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)
Donghee Na committed
November 22, 2024
K
gh-115999: Add free-threaded specialization for `UNPACK_SEQUENCE` (#126600)
Kirill Podoprigora committed
November 21, 2024
D
gh-115999: Add free-threaded specialization for ``TO_BOOL`` (gh-126616)
Donghee Na committed
M
November 6, 2024
D
gh-115999: Move specializer test from test_dis to test_opcache (gh-126498)
Donghee Na committed