]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45310: Fix parrallel shared memory tests (GH-28661)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 1 Oct 2021 07:56:32 +0000 (10:56 +0300)
committerGitHub <noreply@github.com>
Fri, 1 Oct 2021 07:56:32 +0000 (10:56 +0300)
commiteb4495e8e275c83d691add116c4f2b74e73e3cc8
tree17984b47ffa2ec8aeed940e5284edd03eef706c0
parent1ee0f94d16f150356a4b9b0a39d44ba1d2d5b9fc
bpo-45310: Fix parrallel shared memory tests (GH-28661)

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