mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
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:
parent
6ab728612d
commit
2bb8a08159
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