]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881)
authorVictor Stinner <vstinner@python.org>
Tue, 24 Jun 2025 10:49:31 +0000 (12:49 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 10:49:31 +0000 (10:49 +0000)
commita27398d5b3ca5c59ac52cd72cf6878bbaca49c80
tree085fd607eb33ce98c341179026c29fb2aa9e01d3
parent028d56fd78d954f22dc81bd8b3c027b038ea76e0
[3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881)

gh-135494: Fix python -m test --pgo -x test_re (#135713)

Fix regrtest to support excluding tests from --pgo tests.

(cherry picked from commit 15c6d63fe6fc62c6d78d2fad81965a8e6f7b7b98)
Lib/test/libregrtest/main.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2025-06-19-15-29-38.gh-issue-135494.FVl9a0.rst [new file with mode: 0644]