]> granicus.if.org Git - python/commit
bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)
authorNathaniel J. Smith <njs@pobox.com>
Wed, 24 Jan 2018 20:14:33 +0000 (12:14 -0800)
committerYury Selivanov <yury@magic.io>
Wed, 24 Jan 2018 20:14:33 +0000 (15:14 -0500)
commitfb5a7ad421ac20c49218ee4b86fb0d85ca4cd664
tree732c85b5d8ce04bb71c05a507cfe226e4c0fd248
parent0a5e71b4c70aab87125a54d7a59765e18d7583a4
bpo-32636: Fix @asyncio.coroutine debug mode bug exposed by gh-5250 (#5291)
Lib/asyncio/coroutines.py
Lib/test/test_asyncio/test_tasks.py