Dima Tisnek <[email protected]> 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 <[email protected]>
<https://bugs.python.org/issue37172>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com