mirror of
https://github.com/python/cpython.git
synced 2025-11-10 18:42:04 +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 @@
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
AVAILABLE_START_METHODS = set(multiprocessing.get_all_start_methods())
|
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
|
verbose = support.verbose
|
||||||
|
|
||||||
test_source = """\
|
test_source = """\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue