COMMITS
/ Python/bytecodes.c 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
September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed
September 13, 2024
K
gh-121459: Deferred LOAD_GLOBAL (GH-123128)
Ken Jin committed
September 12, 2024
September 5, 2024
S
GH-123545: Remove duplicate Py_DECREF when handling _PyOptimizer_Optimize errors (GH-123546)
Savannah Ostrowski committed
September 2, 2024
V
gh-123091: Use _Py_IsImmortalLoose() (#123511)
Victor Stinner committed
August 27, 2024
M
August 23, 2024
K
gh-123205: `Python/bytecodes.c`: Fix compiler warning (#123206)
Kirill Podoprigora committed
M
GH-123232: Fix "not specialized" stats (GH-123236)
Mark Shannon committed
M
GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219)
Mark Shannon committed
August 22, 2024
D
gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123092)
Donghee Na committed