Dima Tisnek <dim...@gmail.com> added the comment:

I think that if a Future is abused, the following two should return *same* 
error:

async def test():
    await asyncio.gather(reader(), writer())

-vs-

async def test():
    await asyncio.gather(reader(), reader(), writer())

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37172>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to