]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler optimizati...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 24 Aug 2022 10:02:53 +0000 (11:02 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2022 10:02:53 +0000 (11:02 +0100)
commit420f39f457a97a9379f8423a81776bef428d0746
tree9f82619ae6d7b39f3342f2b960240c6912447422
parent6bda5b85b53443f3467865fbf85cbe72932e7cd6
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler optimization unit tests (GH-96007)
Include/internal/pycore_compile.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Lib/test/support/bytecode_helper.py
Lib/test/test_peepholer.py
Misc/NEWS.d/next/Core and Builtins/2022-08-15-20-52-41.gh-issue-93678.X7GuIJ.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/clinic/_testinternalcapi.c.h [new file with mode: 0644]
Python/compile.c