bpo-38912: regrtest logs unraisable exception into sys.__stderr__#21718
bpo-38912: regrtest logs unraisable exception into sys.__stderr__#21718vstinner merged 1 commit intopython:masterfrom vstinner:regrtest_unraisable_stderr
Conversation
regrtest_unraisable_hook() temporarily replaces sys.stderr with sys.__stderr__ to help to display errors when a test captures stderr.
|
It should help to debug issues like https://bugs.python.org/issue38912 |
|
…thonGH-21718) regrtest_unraisable_hook() temporarily replaces sys.stderr with sys.__stderr__ to help to display errors when a test captures stderr.
…thonGH-21718) regrtest_unraisable_hook() temporarily replaces sys.stderr with sys.__stderr__ to help to display errors when a test captures stderr.
…thonGH-21718) regrtest_unraisable_hook() temporarily replaces sys.stderr with sys.__stderr__ to help to display errors when a test captures stderr.
regrtest_unraisable_hook() temporarily replaces sys.stderr with
sys.stderr to help to display errors when a test captures stderr.
https://bugs.python.org/issue38912