]> granicus.if.org Git - python/commit
asyncio, Tulip issue 137: In debug mode, add the traceback where the coroutine
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Jun 2014 10:28:41 +0000 (12:28 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Jun 2014 10:28:41 +0000 (12:28 +0200)
commitbbd96c6f47046e11f47de06550dcd1c816aad71c
treecfc97c37518b3e86bdf1e470ab8f7fea8dcf73f6
parentc4cca45baf89f694ac86ee950a742c0a56e8dc7f
asyncio, Tulip issue 137: In debug mode, add the traceback where the coroutine
object was created to the "coroutine ... was never yield from" log
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py