COMMITS
/ Python/codegen.c November 2, 2024
October 30, 2024
X
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang committed
October 29, 2024
M
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon committed
October 22, 2024
M
gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)
Mikhail Efimov committed
October 8, 2024
M
gh-125063: Emit slices as constants in the bytecode compiler (#125064)
Michael Droettboom committed
September 25, 2024
September 16, 2024
I
gh-124058: remove _PyCompile_IsNestedScope, roll it into _PyCompile_IsInteractive (#124061)
Irit Katriel committed
September 13, 2024
I
gh-124022: Fix bug where class docstring is removed in interactive mode (#124023)
Irit Katriel committed
September 12, 2024
I
gh-124019: do not call codegen_annotations_in_scope if there are no annotations (#124020)
Irit Katriel committed
I
gh-124013: remove _PyCompile_IsTopLevelAwait (#124014)
Irit Katriel committed
September 11, 2024
I
gh-123958: apply docstring removal optimization in ast_opt instead of codegen (#123959)
Irit Katriel committed
September 10, 2024
September 9, 2024
I
gh-121404: split compile.c into compile.c and codegen.c (#123651)
Irit Katriel committed