COMMITS
/ Python/assemble.c March 30, 2026
B
gh-146442: Fix various bugs in compiler pipeline (#146443)
Brandon committed
March 16, 2026
K
gh-127958: Trace from RESUME in the JIT (GH-145905)
Ken Jin committed
April 29, 2025
E
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow committed
April 7, 2025
S
gh-130775: Allow negative locations in `ast` (#130795)
sobolevn committed
April 4, 2025
T
gh-128632: fix segfault on nested __classdict__ type param (#128744)
Tomasz Pytel committed
March 10, 2025
March 7, 2025
M
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon committed
March 3, 2025
N
docs: internal notes have moved, correct references (#130762)
Ned Batchelder committed
February 28, 2025
H
Postpone <stdbool.h> inclusion after Python.h (#130641)
Hugo Beauzée-Luyssen committed
June 27, 2024
V
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner committed
April 4, 2024
I
gh-117494: extract the Instruction Sequence data structure into a separate file (#117496)
Irit Katriel committed
April 2, 2024
I
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
Irit Katriel committed
March 27, 2024
I
gh-117288: Allocate fewer label IDs in _PyCfg_ToInstructionSequence (#117290)
Irit Katriel committed
December 20, 2023
M
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
V
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Victor Stinner committed
July 12, 2023
I
July 1, 2023
I
June 27, 2023
I
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Irit Katriel committed
June 17, 2023
June 11, 2023
I
gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)
Irit Katriel committed
June 2, 2023
D
gh-87092: avoid gcc warning on uninitialized struct field in assemble… (gh-105243)
Dong-hee Na committed
June 1, 2023
I
remove unused #includes of pycore_pymem.h (#105166)
Irit Katriel committed
May 14, 2023
D
gh-87092: avoid gcc warning on uninitialized struct field in assemble.c (#104460)
Dong-hee Na committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
April 29, 2023
I
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
Irit Katriel committed
April 11, 2023
I
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel committed