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

Actually, I think it would be better to move the functionality of 
loop.shutdown_default_executor() to a new private method 
loop._shutdown_executor() that takes an executor argument rather than shutting 
down the default one. This could be used in both 
loop.shutdown_default_executor() and ThreadPool. There's no need to move it to 
function instead of being a method of BaseEventLoop though, that doesn't make 
sense now that I think about it more. 

Sorry if my thoughts are a bit disorganized, I think I need to get some sleep. 
(:

----------

_______________________________________
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