summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2023-10-04-18-27-47.gh-issue-110367.Nnq1I7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Tests/2023-10-04-18-27-47.gh-issue-110367.Nnq1I7.rst')
-rw-r--r--Misc/NEWS.d/next/Tests/2023-10-04-18-27-47.gh-issue-110367.Nnq1I7.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-10-04-18-27-47.gh-issue-110367.Nnq1I7.rst b/Misc/NEWS.d/next/Tests/2023-10-04-18-27-47.gh-issue-110367.Nnq1I7.rst
deleted file mode 100644
index a1a6a09..0000000
--- a/Misc/NEWS.d/next/Tests/2023-10-04-18-27-47.gh-issue-110367.Nnq1I7.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-regrtest: 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. Patch by Victor Stinner.