[issue38430] Memory leak in ThreadPoolExecutor + run_in_executor

STINNER Victor report at bugs.python.org
Thu Oct 10 05:55:34 EDT 2019


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

> Yuri, what should we do with the issue?

A Task emits a warning when it's not awaited. Can a Task be used instead of a Future in run_in_executor()?

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list