mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller
This commit is contained in:
parent
e563aa4383
commit
37040cdace
5 changed files with 37 additions and 0 deletions
|
@ -1047,6 +1047,7 @@ _expectations = {
|
|||
test_tcl
|
||||
test_timeout
|
||||
test_urllibnet
|
||||
test_multiprocessing
|
||||
""",
|
||||
'aix5':
|
||||
"""
|
||||
|
@ -1077,6 +1078,7 @@ _expectations = {
|
|||
test_ossaudiodev
|
||||
test_pep277
|
||||
test_tcl
|
||||
test_multiprocessing
|
||||
""",
|
||||
'netbsd3':
|
||||
"""
|
||||
|
@ -1092,6 +1094,7 @@ _expectations = {
|
|||
test_ossaudiodev
|
||||
test_pep277
|
||||
test_tcl
|
||||
test_multiprocessing
|
||||
""",
|
||||
}
|
||||
_expectations['freebsd5'] = _expectations['freebsd4']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue