This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aeros
Recipients aeros, asvetlov, primal, yselivanov
Date 2019-11-04.19:15:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572894920.35.0.713855488662.issue32309@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-11-04 19:15:20aerossetrecipients: + aeros, asvetlov, yselivanov, primal
2019-11-04 19:15:20aerossetmessageid: <1572894920.35.0.713855488662.issue32309@roundup.psfhosted.org>
2019-11-04 19:15:20aeroslinkissue32309 messages
2019-11-04 19:15:20aeroscreate