summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows/2023-12-14-19-00-29.gh-issue-113009.6LNdjz.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Windows/2023-12-14-19-00-29.gh-issue-113009.6LNdjz.rst')
-rw-r--r--Misc/NEWS.d/next/Windows/2023-12-14-19-00-29.gh-issue-113009.6LNdjz.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/Windows/2023-12-14-19-00-29.gh-issue-113009.6LNdjz.rst b/Misc/NEWS.d/next/Windows/2023-12-14-19-00-29.gh-issue-113009.6LNdjz.rst
deleted file mode 100644
index 6fd7f7f..0000000
--- a/Misc/NEWS.d/next/Windows/2023-12-14-19-00-29.gh-issue-113009.6LNdjz.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-:mod:`multiprocessing`: On Windows, fix a race condition in
-``Process.terminate()``: no longer set the ``returncode`` attribute to
-always call ``WaitForSingleObject()`` in ``Process.wait()``. Previously,
-sometimes the process was still running after ``TerminateProcess()`` even if
-``GetExitCodeProcess()`` is not ``STILL_ACTIVE``. Patch by Victor Stinner.