COMMITS
/ Include/internal/pycore_code.h April 6, 2026
P
gh-100239: Propagate type info through _BINARY_OP_EXTEND in tier 2 (GH-148146)
Pieter Eendebak committed
March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
January 27, 2026
S
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Sam Gross committed
January 16, 2026
D
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
Dino Viehland committed
January 6, 2026
K
gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)
Ken Jin committed
November 14, 2025
M
gh-141367: Use CALL_LIST_APPEND instruction only for lists, not for list subclasses (GH-141398)
Mikhail Efimov committed
November 4, 2025
V
gh-140815: Fix faulthandler for invalid/freed frame (#140921)
Victor Stinner committed
October 8, 2025
V
gh-70030: Remove _PyCode_ConstantKey() function (#139735)
Victor Stinner committed
September 17, 2025
D
gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)
Dino Viehland committed
September 12, 2025
K
gh-138661: fix data race in `PyCode_Addr2Line` (#138664)
Kumar Aditya committed
May 27, 2025
M
GH-132554: "Virtual" iterators (GH-132555)
Mark Shannon committed
May 22, 2025
B
GH-131798: Optimize cached class attributes and methods in the JIT (GH-134403)
Brandt Bucher committed
May 8, 2025
E
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
Eric Snow committed
May 6, 2025
I
P
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#133497)
Petr Viktorin committed
A
Remove duplicate includes: Include/internal/ (#132624)
Adam Turner 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
M
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon committed
E
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow committed
E
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow committed
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove pycore_lock.h includes (#131483)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
March 16, 2025
T
gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)
Tomas R. committed
March 3, 2025
N
docs: internal notes have moved, correct references (#130762)
Ned Batchelder committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
February 2, 2025
D
GH-128842: Collect JIT memory stats (GH-128941)
Diego Russo committed
January 23, 2025
January 20, 2025
January 16, 2025
I
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel committed
December 19, 2024
M
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
Mark Shannon committed
December 2, 2024
November 4, 2024
September 6, 2024
V
gh-123747: Avoid static_assert() in internal header files (#123779)
Victor Stinner committed
August 22, 2024
M
GH-123197: Only count an instruction as deferred if it hasn't deopted first. (GH-123222)
Mark Shannon committed
August 20, 2024
M
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon committed
August 16, 2024
M
GH-118093: Specialize `CALL_KW` (GH-123006)
Mark Shannon committed
August 13, 2024
M
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon committed
July 13, 2024
V
gh-120642: Move _PyCode_CODE() to the internal C API (#121644)
Victor Stinner committed
July 1, 2024
B
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher committed
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
V
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner committed
May 7, 2024
S
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross committed
April 22, 2024
G
Remove more remnants of deepfreeze (#118159)
Guido van Rossum committed
April 16, 2024
J
gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
Jeff Glass committed