summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-07-25 04:44:40 (GMT)
committerGitHub <noreply@github.com>2022-07-25 04:44:40 (GMT)
commit5956de16cd00e7e1cf5cbf3d7b4a930eaa928321 (patch)
treea7872a26add0ff58d0e7eedc1a0478f813bf7b8e /Misc
parent3e718cf880e8994d76f6296a502497c16a956644 (diff)
downloadcpython-5956de16cd00e7e1cf5cbf3d7b4a930eaa928321.zip
cpython-5956de16cd00e7e1cf5cbf3d7b4a930eaa928321.tar.gz
cpython-5956de16cd00e7e1cf5cbf3d7b4a930eaa928321.tar.bz2
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2022-07-24-20-19-05.gh-issue-95212.fHiU4e.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-07-24-20-19-05.gh-issue-95212.fHiU4e.rst b/Misc/NEWS.d/next/Tests/2022-07-24-20-19-05.gh-issue-95212.fHiU4e.rst
new file mode 100644
index 0000000..44cea18
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2022-07-24-20-19-05.gh-issue-95212.fHiU4e.rst
@@ -0,0 +1,2 @@
+Make multiprocessing test case ``test_shared_memory_recreate``
+parallel-safe.