]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117889: Fix PGO test in test_peg_generator (#117893)
authorVictor Stinner <vstinner@python.org>
Mon, 15 Apr 2024 13:59:34 +0000 (15:59 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 13:59:34 +0000 (13:59 +0000)
commit64cd6fc9a6a3c3c19091a1c81cbbe8994583017d
tree1b628e90318c56d2746998cfc2c50ea14a04aec2
parent784e076a10e828f383282df8a4b993a1b821f547
gh-117889: Fix PGO test in test_peg_generator (#117893)

Reuse support.check_cflags_pgo() in test_peg_generator to check for
PGO build.

Log PGO_PROF_USE_FLAG in test.pythoninfo.
Lib/test/pythoninfo.py
Lib/test/test_peg_generator/test_c_parser.py