mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
gh-109566: regrtest reexecutes the process (#109909)
When --fast-ci or --slow-ci option is used, regrtest now replaces the current process with a new process to add "-u -W default -bb -E" options to Python. Changes: * PCbuild/rt.bat and Tools/scripts/run_tests.py no longer need to add "-u -W default -bb -E" options to Python: it's now done by regrtest. * Fix Tools/scripts/run_tests.py: flush stdout before replacing the process. Previously, buffered messages were lost.
This commit is contained in:
parent
ecd813f054
commit
fbfec5642e
7 changed files with 107 additions and 14 deletions
|
|
@ -0,0 +1,3 @@
|
|||
regrtest: When ``--fast-ci`` or ``--slow-ci`` option is used, regrtest now
|
||||
replaces the current process with a new process to add ``-u -W default -bb -E``
|
||||
options to Python. Patch by Victor Stinner.
|
||||
Loading…
Add table
Add a link
Reference in a new issue