mirror of https://github.com/python/cpython.git
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
|
@ -1873,7 +1873,6 @@ def test_main(run=None):
|
|||
try:
|
||||
lock = multiprocessing.RLock()
|
||||
except OSError:
|
||||
from test.support import TestSkipped
|
||||
raise unittest.SkipTest("OSError raises on RLock creation, see issue 3111!")
|
||||
|
||||
if run is None:
|
||||
|
|
Loading…
Reference in New Issue