cpython/Lib/test/test_peg_generator
serge-sans-paille 100964e031
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.
2020-11-04 23:01:08 +00:00
..
__init__.py
__main__.py
test_c_parser.py Disable peg generator tests when building with PGO (GH-23141) 2020-11-04 23:01:08 +00:00
test_first_sets.py
test_pegen.py Fix 'gather' rules in the python parser generator (GH-22021) 2020-09-03 15:29:55 +01:00