commit | 5df7fddc0c678f10ae6f9995c516dd7091fd6cbc | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sun Oct 11 10:53:50 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sun Oct 11 10:53:50 2015 +0200 |
tree | d076ba125ddef155e1dca128cec4df75a3116982 | |
parent | 5d28223be7674c03801b0578748d92b781b165f2 [diff] | |
parent | 718c984e6ed66fd7829af528db60479dbbe73475 [diff] |
Merge 3.5 (test_coroutines)
diff --git a/Lib/test/test_coroutines.py b/Lib/test/test_coroutines.py index 71fbe82..b15e244 100644 --- a/Lib/test/test_coroutines.py +++ b/Lib/test/test_coroutines.py
@@ -1324,7 +1324,7 @@ def test_asyncio_1(self): # asyncio cannot be imported when Python is compiled without thread # support - support.import_module('asyncio') + asyncio = support.import_module('asyncio') class MyException(Exception): pass