mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Merge 3.5 (test_coroutines)
This commit is contained in:
commit
5df7fddc0c
1 changed files with 1 additions and 1 deletions
|
@ -1324,7 +1324,7 @@ class CoroAsyncIOCompatTest(unittest.TestCase):
|
||||||
def test_asyncio_1(self):
|
def test_asyncio_1(self):
|
||||||
# asyncio cannot be imported when Python is compiled without thread
|
# asyncio cannot be imported when Python is compiled without thread
|
||||||
# support
|
# support
|
||||||
support.import_module('asyncio')
|
asyncio = support.import_module('asyncio')
|
||||||
|
|
||||||
class MyException(Exception):
|
class MyException(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue