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 bpo-39983: Add test.support.print_warning() (GH-19683) 2020-04-23 19:03:52 +02:00
runtest_mp.py regrtest: log timeout at startup (GH-19514) 2020-04-14 18:29:44 +02:00
save_env.py
setup.py bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785) 2020-06-10 19:24:56 +02:00
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