https://github.com/python/cpython
Revision 7f70ba36706219181546c05363097f732827a081 authored by Victor Stinner on 19 October 2021, 19:15:06 UTC, committed by GitHub on 19 October 2021, 19:15:06 UTC
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>
1 parent 1d8cb01
History
Tip revision: 7f70ba36706219181546c05363097f732827a081 authored by Victor Stinner on 19 October 2021, 19:15:06 UTC
bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28979)
Tip revision: 7f70ba3
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 1.8 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 8.1 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 67.0 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 20.2 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 494.2 KB
configure.ac -rw-r--r-- 164.7 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 44.4 KB
setup.py -rw-r--r-- 101.0 KB

README.rst

back to top