[3.12] gh-119727: Add --single-process option to regrtest (GH-119728) (#130359)

Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
Hugo van Kemenade 2025-02-20 17:47:10 +02:00 committed by GitHub
parent 60410f3c76
commit ecfca20719
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 43 additions and 9 deletions

View file

@ -0,0 +1,2 @@
Add ``--single-process`` command line option to Python test runner (regrtest).
Patch by Victor Stinner.