Message 252803 - Python tracker (original) (raw)

New changeset 136ad559fa4f by Brett Cannon in branch '2.7': Issue #25188: Add -P/--pgo to test.regrtest for PGO building. https://hg.python.org/cpython/rev/136ad559fa4f

This looks ugly. The following change should work and would be consistent with handling of huntrleaks and use_resources:

--- Lib/test/regrtest.py +++ Lib/test/regrtest.py @@ -508,7 +508,8 @@ for test in tests: args_tuple = ( (test, verbose, quiet),

@@ -526,9 +527,6 @@ except StopIteration: output.put((None, None, None, None)) return