cpython/Lib/test/libregrtest
Victor Stinner ec1f6f5f13
gh-95027: Fix regrtest stdout encoding on Windows (#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.
2022-10-21 16:21:36 +02:00
..
__init__.py
cmdline.py
main.py
pgo.py
refleak.py
runtest.py
runtest_mp.py gh-95027: Fix regrtest stdout encoding on Windows (#98492) 2022-10-21 16:21:36 +02:00
save_env.py
setup.py
utils.py gh-96465: Clear fractions hash lru_cache under refleak testing (GH-96689) 2022-09-08 11:52:07 -07:00
win_utils.py