]> granicus.if.org Git - python/commit
asyncio: Error if awaiting in parallel on the same coroutine
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 18 Nov 2015 17:40:26 +0000 (12:40 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 18 Nov 2015 17:40:26 +0000 (12:40 -0500)
commit576fe71c12502349aab70f0b2b0c84ca72b47165
treeddc84fa1098168edd6471b70382dfd394a997728
parent1535311edcc8d5cdc4a4615abeb6d5ea6a606c5e
parentb3dd6d70c7cde5e2bdb04da388e5a56f2af5ee91
asyncio: Error if awaiting in parallel on the same coroutine

See https://github.com/python/asyncio/pull/293 for details.
Lib/test/test_asyncio/test_pep492.py