Staging
v0.8.1
https://github.com/python/cpython
Revision b1e736113484c99acb57e4acb417b91a9e58e7ff authored by Victor Stinner on 18 June 2020, 15:19:59 UTC, committed by GitHub on 18 June 2020, 15:19:59 UTC
On Linux, skip tests using multiprocessing if the current user cannot
create a file in /dev/shm/ directory. Add the
skip_if_broken_multiprocessing_synchronize() function to the
test.support module.

(cherry picked from commit ddbeb2f3e02a510c5784ffd74c5e09e8c70b5881)
1 parent 610a60c
History
Tip revision: b1e736113484c99acb57e4acb417b91a9e58e7ff authored by Victor Stinner on 18 June 2020, 15:19:59 UTC
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962)
Tip revision: b1e7361
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 44.1 KB
python.c -rw-r--r-- 266 bytes

README

back to top