Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 4, 2023

When using worker processes (-jN) with --verbose3 option, regrtest can now display the worker output even if a worker process does crash. Previously, sys.stdout and sys.stderr were replaced and so the worker output was lost on a crash.

When using worker processes (-jN) with --verbose3 option, regrtest can now display the worker output even if a worker process does crash. Previously, sys.stdout and sys.stderr were replaced and so the worker output was lost on a crash.
@vstinner vstinner merged commit 6592976 into python:main Oct 5, 2023
@vstinner vstinner deleted the regrtest_verbose3 branch October 5, 2023 06:24
@vstinner vstinner restored the regrtest_verbose3 branch October 5, 2023 06:24
@vstinner vstinner deleted the regrtest_verbose3 branch October 5, 2023 06:24
@vstinner vstinner restored the regrtest_verbose3 branch October 5, 2023 06:24
@vstinner vstinner deleted the regrtest_verbose3 branch October 5, 2023 06:24
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
When using worker processes (-jN) with --verbose3 option, regrtest can now display the worker output even if a worker process does crash. Previously, sys.stdout and sys.stderr were replaced and so the worker output was lost on a crash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant