Kyle Stanley <aeros...@gmail.com> added the comment:

> since the new threads are spawned in ThreadPoolExecutor *after* 
> executor.submit() is called

It's also worth mentioning that ThreadPoolExecutor only spawns up to one 
additional thread at a time for each executor.submit() called.

----------

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

Reply via email to