]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28670)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 1 Oct 2021 09:38:23 +0000 (12:38 +0300)
committerGitHub <noreply@github.com>
Fri, 1 Oct 2021 09:38:23 +0000 (12:38 +0300)
commit4d5d161d2aae41738d28e22bac5e1e08c01394bb
tree6f174924cf415655f5ab2e009d0738af2e3e1a54
parente9d5cdda1ffa369550a634a3ec220db93433e0f4
[3.9] bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28670)

Add a PID to names of POSIX shared memory objects to allow
running multiprocessing tests (test_multiprocessing_fork,
test_multiprocessing_spawn, etc) in parallel.
(cherry picked from commit eb4495e8e275c83d691add116c4f2b74e73e3cc8)
Lib/test/_test_multiprocessing.py