This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients JustAnotherArchivist, aeros, asvetlov, yselivanov
Date 2020-07-14.08:40:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594716007.73.0.539749235752.issue41275@roundup.psfhosted.org>
In-reply-to
Content
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!
History
Date User Action Args
2020-07-14 08:40:07asvetlovsetrecipients: + asvetlov, yselivanov, aeros, JustAnotherArchivist
2020-07-14 08:40:07asvetlovsetmessageid: <1594716007.73.0.539749235752.issue41275@roundup.psfhosted.org>
2020-07-14 08:40:07asvetlovlinkissue41275 messages
2020-07-14 08:40:07asvetlovcreate