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 yselivanov
Recipients asvetlov, vstinner, yselivanov
Date 2018-09-21.22:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537568960.9.0.956365154283.issue34037@psf.upfronthosting.co.za>
In-reply-to
Content
> Yury, Andrew: Do you know if the executor doesn't wait on purpose? Would it be possible to change that in Python 3.8?

Maybe.  At least we need to add a "timeout" argument to asyncio.run() to let it wait for executor jobs.

I'm also thinking about making OS threads cancellable/interruptable in Python 3.8 (if they run pure Python code).
History
Date User Action Args
2018-09-21 22:29:20yselivanovsetrecipients: + yselivanov, vstinner, asvetlov
2018-09-21 22:29:20yselivanovsetmessageid: <1537568960.9.0.956365154283.issue34037@psf.upfronthosting.co.za>
2018-09-21 22:29:20yselivanovlinkissue34037 messages
2018-09-21 22:29:20yselivanovcreate