]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135494: Fix python -m test --pgo -x test_re (#135713)
authorVictor Stinner <vstinner@python.org>
Tue, 24 Jun 2025 10:21:35 +0000 (12:21 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 10:21:35 +0000 (12:21 +0200)
commit15c6d63fe6fc62c6d78d2fad81965a8e6f7b7b98
tree5819e769a4504d54766048048e29160500dd4a81
parent2060089254f0b00199b99dd1ae83a3fb139e890c
gh-135494: Fix python -m test --pgo -x test_re (#135713)

Fix regrtest to support excluding tests from --pgo tests.
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]