commit | b1e736113484c99acb57e4acb417b91a9e58e7ff | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Jun 18 17:19:59 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 18 17:19:59 2020 +0200 |
tree | 8b9e94c67b0dc316bf563dfb710bfe676ac171d4 | |
parent | 610a60c601fb4380eee30e15be1cd4dcbdaeec4c [diff] |
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) 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)