cpython/Lib/test/libregrtest
Victor Stinner a0b57b3317
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) (GH-21827)
regrtest_unraisable_hook() temporarily replaces sys.stderr with
sys.__stderr__ to help to display errors when a test captures stderr.

(cherry picked from commit 701b63894f)
2020-08-11 17:03:33 +02:00
..
__init__.py
cmdline.py
main.py [3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275) 2020-07-02 10:05:16 +03:00
pgo.py
refleak.py
runtest.py
runtest_mp.py
save_env.py
setup.py
utils.py bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718) (GH-21827) 2020-08-11 17:03:33 +02:00
win_utils.py