]> granicus.if.org Git - python/commit
Close #25367: Fix test_coroutines with no thread support
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 11 Oct 2015 08:10:31 +0000 (10:10 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 11 Oct 2015 08:10:31 +0000 (10:10 +0200)
commitb45c0f7e4833615067dbe74c1e813fd1b45ce181
tree323257810e2058ed478a0f4c12db8a43399d83e2
parentbc5b80bac1d3db5779fcace4922bfc7eb8b964fa
Close #25367: Fix test_coroutines with no thread support

Skip test_asyncio_1() when the asyncio module cannot be imported because
CPython is compiled with no thread support.
Lib/test/test_coroutines.py