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

> 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 ...

----------

_______________________________________
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