Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35792>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to