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 asvetlov
Recipients asvetlov, chrahunt, yselivanov
Date 2019-04-19.09:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555667335.12.0.504469131259.issue35792@roundup.psfhosted.org>
In-reply-to
Content
I would rather change the implementation by converting it into async function.
It can break some code, sure -- but in a very explicit way (coroutine `run_in_executor is never awaited` error).
Making existing third-party code forward-compatible is trivial: just push `await` before the call.
History
Date User Action Args
2019-04-19 09:48:55asvetlovsetrecipients: + asvetlov, yselivanov, chrahunt
2019-04-19 09:48:55asvetlovsetmessageid: <1555667335.12.0.504469131259.issue35792@roundup.psfhosted.org>
2019-04-19 09:48:55asvetlovlinkissue35792 messages
2019-04-19 09:48:55asvetlovcreate