mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
merge error: test.test_support is now test.support
This commit is contained in:
parent
9196dc66ae
commit
620626b160
1 changed files with 1 additions and 1 deletions
|
@ -1759,7 +1759,7 @@ def test_main(run=None):
|
|||
try:
|
||||
lock = multiprocessing.RLock()
|
||||
except OSError:
|
||||
from test.test_support import TestSkipped
|
||||
from test.support import TestSkipped
|
||||
raise TestSkipped("OSError raises on RLock creation, see issue 3111!")
|
||||
|
||||
if run is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue