Disable peg generator tests when building with PGO (GH-23141) · python/cpython@100964e · GitHub
Skip to content

Commit 100964e

Browse files
Disable peg generator tests when building with PGO (GH-23141)
Otherwise, when running the testsuite, test_peg_generator tries to compile C code using the optimized flags and fails because it cannot find the profile data.
1 parent 789359f commit 100964e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lib/test/test_peg_generator/test_c_parser.py

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)