]> granicus.if.org Git - python/commit
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
authorYury Selivanov <yselivanov@sprymix.com>
Mon, 17 Aug 2015 18:46:51 +0000 (14:46 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Mon, 17 Aug 2015 18:46:51 +0000 (14:46 -0400)
commit7ca6c55a4e2655dc0e5d780c3cc2ed7234edd72f
treeaf6e7b6ff99ddd68a19f3eb32d40754038063e71
parent6707906ea5e0df1132d3cd0c77707ccc19948341
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_pep492.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS