diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-25 05:11:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 05:11:41 (GMT) |
commit | 40f41ba5f4f27a5e0949108286320c2057541643 (patch) | |
tree | d92e7758632230eab717a4ea8f874e6e425a0c3c /Misc | |
parent | 6d332a6cfa371cdb45c180b3da72d491569b2b02 (diff) | |
download | cpython-40f41ba5f4f27a5e0949108286320c2057541643.zip cpython-40f41ba5f4f27a5e0949108286320c2057541643.tar.gz cpython-40f41ba5f4f27a5e0949108286320c2057541643.tar.bz2 |
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
(cherry picked from commit 5956de16cd00e7e1cf5cbf3d7b4a930eaa928321)
Co-authored-by: Christian Heimes <christian@python.org>
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. |