Guido van Rossum <gu...@python.org> added the comment:

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.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to