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 Martin.Teichmann
Recipients Martin.Teichmann, asvetlov, cjrh, eamanu, yselivanov
Date 2019-11-23.15:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574524633.98.0.528659452201.issue37334@roundup.psfhosted.org>
In-reply-to
Content
I do not think that exposing the lists of futures does any good. I cannot come up with a semantics that could be implemented with that other than the one proposed.
Also I think that close() or cancel() is something a reader intuitively understands, while looping over a list of futures is not immediately obvious.
History
Date User Action Args
2019-11-23 15:57:14Martin.Teichmannsetrecipients: + Martin.Teichmann, asvetlov, cjrh, yselivanov, eamanu
2019-11-23 15:57:13Martin.Teichmannsetmessageid: <1574524633.98.0.528659452201.issue37334@roundup.psfhosted.org>
2019-11-23 15:57:13Martin.Teichmannlinkissue37334 messages
2019-11-23 15:57:13Martin.Teichmanncreate