COMMITS
/ Python/codegen.c 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