COMMITS
/ Include/internal/pycore_flowgraph.h January 16, 2026
May 30, 2024
I
gh-119744: move a few functions from compile.c to flowgraph.c (#119745)
Irit Katriel 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
August 10, 2023
July 26, 2023
I
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (#107255)
Irit Katriel committed
July 24, 2023
I
gh-106149: move _PyCfg_BasicblockLastInstr and make it local to flowgraph.c (#107180)
Irit Katriel committed
June 27, 2023
I
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Irit Katriel 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
March 31, 2023
I
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel committed