mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merged revisions 71539 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71539 | benjamin.peterson | 2009-04-12 15:24:56 -0500 (Sun, 12 Apr 2009) | 1 line remove useless import ........
This commit is contained in:
parent
865a714ac0
commit
8ad7691917
1 changed files with 0 additions and 1 deletions
|
@ -1873,7 +1873,6 @@ def test_main(run=None):
|
||||||
try:
|
try:
|
||||||
lock = multiprocessing.RLock()
|
lock = multiprocessing.RLock()
|
||||||
except OSError:
|
except OSError:
|
||||||
from test.support import TestSkipped
|
|
||||||
raise unittest.SkipTest("OSError raises on RLock creation, see issue 3111!")
|
raise unittest.SkipTest("OSError raises on RLock creation, see issue 3111!")
|
||||||
|
|
||||||
if run is None:
|
if run is None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue