COMMITS
/ Python/flowgraph.c December 23, 2023
December 1, 2023
D
[3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566)
Dennis Sweeney committed
October 2, 2023
September 26, 2023
I
M
[3.12] gh-109823: Adjust labels in compiler when removing an empty basic block which is a jump target (GH-109839) (#109865)
Miss Islington (bot) committed
September 24, 2023
M
[3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks (GH-109734) (#109749)
Miss Islington (bot) committed
September 22, 2023
August 22, 2023
M
[3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop (GH-108242) (#108275)
Miss Islington (bot) committed
May 18, 2023
C
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
May 1, 2023
I
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel 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-91276: remove unused _PyOpcode_RelativeJump (#103156)
Irit Katriel committed
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