]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28979)
authorVictor Stinner <vstinner@python.org>
Tue, 19 Oct 2021 19:15:06 +0000 (21:15 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 19:15:06 +0000 (21:15 +0200)
commit7f70ba36706219181546c05363097f732827a081
treec7d801e408ef99bcfb530549ac66c2663fec80da
parent1d8cb01e23ab5fc626d4deda216f9a9a19a644a2
bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28979)

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