Issue 28809: mention asyncio.gather non-deterministic task starting order (original) (raw)

Issue28809

Created on 2016-11-26 18:05 by Soren Solari, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg281787 - (view) Author: Soren Solari (Soren Solari) Date: 2016-11-26 18:05
https://github.com/python/asyncio/issues/432 asyncio.gather documentation states: "the returned future’s result is the list of results (in the order of the original sequence, not necessarily the order of results arrival)" An additional statement like "tasks are not guaranteed to be started in a predicable order" would aid users and slove the discussion in issue 432 above.
msg340109 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-04-12 20:27
I believe the issue mentioned here was addressed by the doc rewrite in issue 33649. I'm going to mark this as a duplicate of that issue, but if the concern here still exists, then please re-open this issue.
History
Date User Action Args
2022-04-11 14:58:40 admin set github: 72995
2019-04-12 20:27:58 cheryl.sabella set status: open -> closedsuperseder: asyncio docs overhaulnosy: + cheryl.sabellamessages: + resolution: duplicatestage: resolved
2016-11-26 18:05:22 Soren Solari create