cpython/Lib/test/libregrtest
Miss Islington (bot) b2aa28eec5
gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)
On Windows, when the Python test suite is run with the -jN option,
the ANSI code page is now used as the encoding for the stdout
temporary file, rather than using UTF-8 which can lead to decoding
errors.
(cherry picked from commit ec1f6f5f13)

Co-authored-by: Victor Stinner <vstinner@python.org>
2022-10-21 07:52:17 -07:00
..
__init__.py
cmdline.py gh-94052: Don't re-run failed tests with --python option (GH-94054) 2022-06-21 06:07:26 -07:00
main.py gh-94052: Don't re-run failed tests with --python option (GH-94054) 2022-06-21 06:07:26 -07:00
pgo.py
refleak.py Fix EncodingWarning in libregrtest (GH-31654) 2022-03-03 16:19:56 +09:00
runtest.py bpo-40280: Detect if WASM platform supports threading (GH-32243) 2022-04-02 01:12:44 -07:00
runtest_mp.py gh-95027: Fix regrtest stdout encoding on Windows (GH-98492) 2022-10-21 07:52:17 -07:00
save_env.py
setup.py Run Tools/scripts/reindent.py (GH-94225) 2022-06-26 01:56:55 -07:00
utils.py
win_utils.py bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578) 2022-03-22 00:06:55 +00:00