mirror of
https://github.com/python/cpython.git
synced 2025-09-16 21:56:14 +00:00
Issue #7272: Add configure test to detect whether sem_open works
properly, and use this to skip test_multiprocessing on platforms where sem_open raises a signal. This should fix some FreeBSD buildbot failures for test_multiprocessing.
This commit is contained in:
parent
ab44226198
commit
c4920e86ef
6 changed files with 127 additions and 5 deletions
|
@ -17,7 +17,7 @@ import copy
|
|||
import socket
|
||||
import random
|
||||
import logging
|
||||
import test_support
|
||||
from test import test_support
|
||||
from StringIO import StringIO
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue