mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Remove replace_stdout(): call sys.stdout.reconfigure() instead of set the error handler to backslashreplace. display_header() logs an empty line and flush stdout. Remove encoding workaround in display_header() since stdout error handler is now set to backslashreplace earlier.
This commit is contained in:
parent
ae1d99c2ed
commit
b1e4f6e83e
4 changed files with 26 additions and 53 deletions
|
|
@ -965,7 +965,7 @@ Main Makefile targets
|
|||
this the default target of the ``make`` command (``make all`` or just
|
||||
``make``).
|
||||
|
||||
* ``make test``: Build Python and run the Python test suite with ``--slow-ci``
|
||||
* ``make test``: Build Python and run the Python test suite with ``--fast-ci``
|
||||
option. Variables:
|
||||
|
||||
* ``TESTOPTS``: additional regrtest command line options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue