Commit 2bb8a081 authored by Victor Stinner's avatar Victor Stinner

Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open

implementation is broken (ex: skipped on FreeBSD 6.4).
parent 6ab72861
......@@ -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 = """\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment