]> 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:39:45 +0000 (12:39 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 18 Nov 2015 17:39:45 +0000 (12:39 -0500)
commitb3dd6d70c7cde5e2bdb04da388e5a56f2af5ee91
tree047d23c5a366fd0e354954542bc0788095c4ff38
parent38fe4dc4009394b71ee5cf80f50786c6dadd748d
asyncio: Error if awaiting in parallel on the same coroutine

This change won't do anything in CPython 3.4

See https://github.com/python/asyncio/pull/293 for details.
Lib/asyncio/coroutines.py