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 xmorel
Recipients xmorel
Date 2021-10-04.19:31:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633375882.11.0.38644719586.issue45365@roundup.psfhosted.org>
In-reply-to
Content
concurrent.futures.Future currently has the note:

> Future instances are created by Executor.submit() and should not be created directly except for testing.

That seems like a shame as futures are useful concurrency construct and having to rebuild them "by hand" seems like a waste.

What are the issues which prevent safely using futures outside of executors, and is there a way they could be fixed / lifted?
History
Date User Action Args
2021-10-04 19:31:22xmorelsetrecipients: + xmorel
2021-10-04 19:31:22xmorelsetmessageid: <1633375882.11.0.38644719586.issue45365@roundup.psfhosted.org>
2021-10-04 19:31:22xmorellinkissue45365 messages
2021-10-04 19:31:21xmorelcreate