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 gvanrossum
Recipients aronacher, asvetlov, bar.harel, docs@python, gvanrossum, hynek, xtreak, yselivanov
Date 2020-04-27.15:28:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588001286.31.0.539795030688.issue40405@roundup.psfhosted.org>
In-reply-to
Content
I declare this not a bug.

The docs do not promise that the Futures being returned are the *same* Futures that were passed in. They are not. They are (or at least may be) new Futures that represent the same event. Since Futures, when used as dict keys, use identity as equality, those new Futures will not be present as keys in the mapping of Futures passed in by the OP.
History
Date User Action Args
2020-04-27 15:28:06gvanrossumsetrecipients: + gvanrossum, aronacher, asvetlov, docs@python, hynek, yselivanov, bar.harel, xtreak
2020-04-27 15:28:06gvanrossumsetmessageid: <1588001286.31.0.539795030688.issue40405@roundup.psfhosted.org>
2020-04-27 15:28:06gvanrossumlinkissue40405 messages
2020-04-27 15:28:06gvanrossumcreate