]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 7 May 2023 17:47:28 +0000 (18:47 +0100)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 17:47:28 +0000 (18:47 +0100)
commit2c2dc61e8d01f44e5b7e63dd99196460a80905f1
tree37ca8931151f7ec65d3a5ed28d39bc4bdd956b2e
parent1b19bd1a88e6c410fc9cd08db48e0d35cfa8bb5a
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Include/internal/pycore_compile.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_compiler_codegen.py
Modules/_testinternalcapi.c
Modules/clinic/_testinternalcapi.c.h
Python/compile.c