mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
(Merge 3.4) Issue #22332: test_multiprocessing_main_handling is now skipped if
sem_open implementation is broken (ex: skipped on FreeBSD 6.4).
This commit is contained in:
commit
e96c83bde1
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ from test.script_helper import (
|
|||
import multiprocessing
|
||||
AVAILABLE_START_METHODS = set(multiprocessing.get_all_start_methods())
|
||||
|
||||
# Issue #22332: Skip tests if sem_open implementation is broken.
|
||||
support.import_module('multiprocessing.synchronize')
|
||||
|
||||
verbose = support.verbose
|
||||
|
||||
test_source = """\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue