]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109832: concurrent.futures test_deadlock restores sys.stderr (#109887)
authorVictor Stinner <vstinner@python.org>
Tue, 26 Sep 2023 10:43:45 +0000 (12:43 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 10:43:45 +0000 (12:43 +0200)
commit2897142d2ec0930a8991af964c798b68fb6dcadd
treee36e32b546172d15b3bcb9423debfccae07cedc2
parent8ac2085b80eca4d9b2a1093d0a7da020fd12e11a
gh-109832: concurrent.futures test_deadlock restores sys.stderr (#109887)

test_error_at_task_unpickle() and
test_error_during_result_unpickle_in_result_handler() now restore
sys.stderr which is overriden by _raise_error_ignore_stderr().
Lib/test/test_concurrent_futures/test_deadlock.py