summaryrefslogtreecommitdiffstats
path: root/Python/codegen.c
Commit message (Expand)AuthorAgeFilesLines
* gh-124019: do not call codegen_annotations_in_scope if there are no annotatio...Irit Katriel2024-09-121-14/+10
* gh-124013: remove _PyCompile_IsTopLevelAwait (#124014)Irit Katriel2024-09-121-16/+0
* gh-123958: apply docstring removal optimization in ast_opt instead of codegen...Irit Katriel2024-09-111-22/+16
* gh-123881: make compiler add the .generic_base base class without constructin...Irit Katriel2024-09-101-38/+52
* gh-121404: split compile.c into compile.c and codegen.c (#123651)Irit Katriel2024-09-091-0/+6138