]> 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)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 4 Oct 2021 11:15:12 +0000 (12:15 +0100)
commitbc4c705869d4a24fc137a81df913869aa51d60d2
tree76835f4fb48fc38c488a61135db5eb8c626db040
parente4d36423d0e743bfb714135080c045ff5e1c0d41
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