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 vstinner
Recipients Evgeny Nizhibitsky, asvetlov, vstinner, yselivanov
Date 2019-10-10.10:02:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570701725.36.0.847856028622.issue38430@roundup.psfhosted.org>
In-reply-to
Content
> If we convert run_in_executor() into async function we'll get a warning about unawaited coroutine even without asyncio debug mode.

That sounds like a good solution :-)
History
Date User Action Args
2019-10-10 10:02:05vstinnersetrecipients: + vstinner, asvetlov, yselivanov, Evgeny Nizhibitsky
2019-10-10 10:02:05vstinnersetmessageid: <1570701725.36.0.847856028622.issue38430@roundup.psfhosted.org>
2019-10-10 10:02:05vstinnerlinkissue38430 messages
2019-10-10 10:02:05vstinnercreate