COMMITS
/ Python/bytecodes.c January 13, 2025
M
January 8, 2025
B
GH-127809: Fix the JIT's understanding of ** (GH-127844)
Brandt Bucher committed
January 7, 2025
T
gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)
T. Wouters committed
January 6, 2025
M
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon committed
December 31, 2024
December 20, 2024
M
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-128121)
Mark Shannon committed
December 19, 2024
N
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Neil Schemenauer committed
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
D
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
Donghee Na committed
December 13, 2024
M
P
gh-126868: Add freelist for compact int objects (GH-126865)
Pieter Eendebak committed
December 11, 2024
M
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: Use light-weight lock for UNPACK_SEQUENCE_LIST (gh-127514)
Donghee Na committed
D
gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)
Donghee Na committed
November 26, 2024
S
gh-115999: Add free-threaded specialization for `STORE_SUBSCR` (#127169)
Sam Gross committed
November 22, 2024
S
gh-127022: Simplify `PyStackRef_FromPyObjectSteal` (#127024)
Sam Gross committed
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 20, 2024
M
GH-127010: Don't lazily track and untrack dicts (GH-127027)
Mark Shannon committed
B
GH-126892: Reset warmup counters when JIT compiling code (GH-126893)
Brandt Bucher committed
November 19, 2024
H
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)" (#126983)
Hugo van Kemenade committed
November 18, 2024
M
GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)
Mark Shannon committed
November 15, 2024
S
gh-103951: enable optimization for fast attribute access on module subclasses (GH-126264)
Sergey B Kirpichev committed
November 9, 2024
November 6, 2024
D
gh-115999: Add free-threaded specialization for CONTAINS_OP (gh-126450)
Donghee Na committed
November 5, 2024
P
gh-126366: Fix crash if `__iter__` raises an exception during `yield from` (#126369)
Peter Bierma committed
K
gh-126415: Fix conversion warning in `Python/bytecodes.c` (#126416)
Kirill Podoprigora committed
November 4, 2024
October 29, 2024
T
gh-118423: Add `INSTRUCTION_SIZE` macro to code generator (GH-125467)
Tomas R. committed
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 28, 2024
M
GH-125515: Reduce number of compiler warnings in generated code (GH-125697)
Mark Shannon committed
October 24, 2024
M
GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)
Mark Shannon committed
October 21, 2024
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
October 14, 2024
S
gh-125470: Fix warning in `Python/generated_cases.c.h` (#125471)
sobolevn committed
M
October 10, 2024
M
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
Mark Shannon committed
October 9, 2024
October 7, 2024
M
M
GH-119866: Spill the stack around escaping calls. (GH-124392)
Mark Shannon committed
M
GH-116968: Remove branch from advance_backoff_counter (GH-124469)
Mark Shannon committed
October 1, 2024
S
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross committed
September 27, 2024
S
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-124443)
Savannah Ostrowski committed
September 25, 2024
K
gh-117376: Fix off-by-ones in conversion functions (GH-124301)
Ken Jin committed