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 antoine.pietri
Recipients antoine.pietri, asvetlov, yselivanov
Date 2019-09-28.15:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569683425.2.0.2067787118.issue38306@roundup.psfhosted.org>
In-reply-to
Content
Actually I don't think it's possible with the current implementation to cancel the concurrent.Future after a timeout, so maybe we should remove that argument. So, this signature instead:

async def create_thread(callable, *args, *, kwargs=None, loop=None)
History
Date User Action Args
2019-09-28 15:10:25antoine.pietrisetrecipients: + antoine.pietri, asvetlov, yselivanov
2019-09-28 15:10:25antoine.pietrisetmessageid: <1569683425.2.0.2067787118.issue38306@roundup.psfhosted.org>
2019-09-28 15:10:25antoine.pietrilinkissue38306 messages
2019-09-28 15:10:24antoine.pietricreate