[issue35279] asyncio uses too many threads by default

Andrew Svetlov report at bugs.python.org
Mon May 27 16:23:58 EDT 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

asyncio uses bare concurrent.futures.ThreadPoolExecutor.
Tha question is: should asyncio reduce the number of threads in the pool or concurrent.futures should change the default value?

----------

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


More information about the Python-bugs-list mailing list