[issue38430] Memory leak in ThreadPoolExecutor + run_in_executor

STINNER Victor report at bugs.python.org
Thu Oct 10 06:02:05 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

> 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 :-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38430>
_______________________________________


More information about the Python-bugs-list mailing list