diff options
author | Christian Heimes <christian@python.org> | 2022-07-25 04:44:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 04:44:40 (GMT) |
commit | 5956de16cd00e7e1cf5cbf3d7b4a930eaa928321 (patch) | |
tree | a7872a26add0ff58d0e7eedc1a0478f813bf7b8e /Misc | |
parent | 3e718cf880e8994d76f6296a502497c16a956644 (diff) | |
download | cpython-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.rst | 2 |
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. |