]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 14 Nov 2022 13:56:40 +0000 (13:56 +0000)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 13:56:40 +0000 (13:56 +0000)
commita3ac9232f859a144b5e1db494dbb928e0cd169ab
tree961e093bd549b81bf1311e3129b9305587bd26e9
parent06d4e02c3b3526b5d90e41a0a0befa8663e08f27
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
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/support/bytecode_helper.py
Lib/test/test_compiler_codegen.py [new file with mode: 0644]
Lib/test/test_peepholer.py
Modules/_testinternalcapi.c
Modules/clinic/_testinternalcapi.c.h
Python/compile.c