Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab7286 commit 2bb8a08Copy full SHA for 2bb8a08
1 file changed
Lib/test/test_multiprocessing_main_handling.py
@@ -22,6 +22,9 @@
22
import multiprocessing
23
AVAILABLE_START_METHODS = set(multiprocessing.get_all_start_methods())
24
25
+# Issue #22332: Skip tests if sem_open implementation is broken.
26
+support.import_module('multiprocessing.synchronize')
27
+
28
verbose = support.verbose
29
30
test_source = """\
0 commit comments