commit | b3dd6d70c7cde5e2bdb04da388e5a56f2af5ee91 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yselivanov@sprymix.com> | Wed Nov 18 12:39:45 2015 -0500 |
committer | Yury Selivanov <yselivanov@sprymix.com> | Wed Nov 18 12:39:45 2015 -0500 |
tree | 047d23c5a366fd0e354954542bc0788095c4ff38 | |
parent | 38fe4dc4009394b71ee5cf80f50786c6dadd748d [diff] |
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.