Staging
v0.5.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
Raw File
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
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top