Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

The allowance to wait for the future object multiple times is settled in stone. 
This cannot be changed without breaking very many codes.

So yes, asyncio guarantees that the feature is settled in stone. If set_value() 
/ set_exception() was called, the value/exception is returned (raised) on every 
following `await fut`.


Pull request for documentation with clarification of the status quo is welcome!

----------

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

Reply via email to