]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45310: Fix parrallel shared memory tests (GH-28661)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Oct 2021 09:41:20 +0000 (02:41 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Oct 2021 09:41:20 +0000 (02:41 -0700)
commit4e6681d0cf9e7ce5621c34ff87055fa1f9786108
tree7001b0f9f9bf74a523cad8a7771b018e416f71f0
parentef7c7294e8404d844c1add892a8f6684e6cf4f31
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.
(cherry picked from commit eb4495e8e275c83d691add116c4f2b74e73e3cc8)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/_test_multiprocessing.py