]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87092: Expose assembler to unit tests (#103988)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 1 May 2023 21:29:30 +0000 (22:29 +0100)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 21:29:30 +0000 (22:29 +0100)
commit80b714835d6f5e1cb8fbc486f9575b5eee9f007e
tree6bf0f1509b62e9cc9cab08df5e21b1fafc452427
parenta474e04388c2ef6aca75c26cb70a1b6200235feb
gh-87092: Expose assembler to unit tests (#103988)
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_assemble.py [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/clinic/_testinternalcapi.c.h
Python/compile.c
Python/flowgraph.c