COMMITS
/ Objects/codeobject.c March 28, 2026
S
GH-145247: Use _PyTuple_FromPair[Steal] in Objects (#145884)
Sergey Miryanov committed
March 23, 2026
March 21, 2026
M
GH-145667: Merge `GET_ITER` and `GET_YIELD_FROM_ITER` (GH-146120)
Mark Shannon committed
March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
March 5, 2026
V
gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
Victor Stinner committed
February 20, 2026
February 19, 2026
M
GH-144651: Optimize the new uops added when recording values during tracing. (GH-144948)
Mark Shannon committed
January 15, 2026
D
gh-141504: Refactor policy object into a single opt_config (gh-143644)
Donghee Na committed
November 13, 2025
K
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin committed
November 4, 2025
V
gh-140815: Fix faulthandler for invalid/freed frame (#140921)
Victor Stinner committed
September 12, 2025
K
gh-138661: fix data race in `PyCode_Addr2Line` (#138664)
Kumar Aditya committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
August 7, 2025
P
gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
Peter Bierma committed
July 14, 2025
June 30, 2025
X
June 25, 2025
N
GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
Neil Schemenauer committed
June 18, 2025
P
gh-135450: Remove assertion in `_PyCode_CheckNoExternalState` (gh-135466)
Peter Bierma committed
June 13, 2025
E
May 25, 2025
P
gh-91048: Refactor and optimize remote debugging module (#134652)
Pablo Galindo Salgado committed
May 8, 2025
E
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
Eric Snow committed
May 6, 2025
P
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#133497)
Petr Viktorin committed
May 5, 2025
E
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow committed
E
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow committed
May 1, 2025
E
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Eric Snow committed
April 30, 2025
E
gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
Eric Snow committed
April 29, 2025
E
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow committed
April 12, 2025
B
gh-132399: fix invalid function signatures on the free-threaded build (#132400)
Bénédikt Tran committed
March 21, 2025
V
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Victor Stinner committed
March 20, 2025
M
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon committed
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
March 14, 2025
V
gh-111178: Fix function signatures to fix undefined behavior (#131191)
Victor Stinner committed
March 7, 2025
S
gh-130851: Only intern constants of types generated by the compiler (#130901)
Sam Gross committed
March 5, 2025
S
gh-130851: Don't crash when deduping unusual code constants (#130853)
Sam Gross committed
February 28, 2025
H
Postpone <stdbool.h> inclusion after Python.h (#130641)
Hugo Beauzée-Luyssen committed
February 2, 2025
Y
GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)
Yan Yanchii committed
January 21, 2025
M
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
January 17, 2025
S
gh-128923: Use zero to indicate unassigned unique id (#128925)
Sam Gross committed
January 13, 2025
B
gh-111178: fix UBSan failures in `Objects/codeobject.c` (GH-128240)
Bénédikt Tran committed
December 19, 2024
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
December 5, 2024
S
gh-127582: Make object resurrection thread-safe for free threading. (GH-127612)
Sam Gross committed
November 21, 2024
E
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow committed
S
gh-127020: Make `PyCode_GetCode` thread-safe for free threading (#127043)
Sam Gross committed
November 7, 2024
M
gh-126298: Don't deduplicate slice constants based on equality (#126398)
Michael Droettboom committed
November 4, 2024
October 24, 2024
S
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross committed
October 15, 2024
S
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross committed
October 9, 2024
V
gh-111178: Fix function signatures in codeobject.c (#125180)
Victor Stinner committed
October 8, 2024
M
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Michael Droettboom committed