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-02.01:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572657401.72.0.585416912541.issue32309@roundup.psfhosted.org>
In-reply-to
Content
> I believe behavior occurs within shutdown_default_executor(), correct? Specifically, within for ThreadPoolExecutor when executor.shutdown(wait=True) is called and all of the threads are joined without a timeout, it simply waits for each thread to terminate gracefully.
 
Correction, I phrased this poorly:

I believe this behavior occurs within shutdown_default_executor(), correct? Specifically, when executor.shutdown(wait=True) is called within _do_shutdown() and ...
History
Date User Action Args
2019-11-02 01:16:41aerossetrecipients: + aeros, asvetlov, yselivanov, primal
2019-11-02 01:16:41aerossetmessageid: <1572657401.72.0.585416912541.issue32309@roundup.psfhosted.org>
2019-11-02 01:16:41aeroslinkissue32309 messages
2019-11-02 01:16:41aeroscreate