Stefan Behnel added the comment:

(Copying my review comment here so that it doesn't get lost as it's more of a 
general design thing than a specific review comment.)

Having Future know and deal with asyncio seems wrong to me. asyncio should be 
able to deal *somehow* with a Future that is being awaited, but a Future 
shouldn't require asyncio in order to be awaited.

----------

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

Reply via email to