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

> def __init__(self, concurrency=None):

Minor clarification: the default should probably be None, which would 
effectively set the default maximum number of threads to min(32, os.cpu_count() 
+ 4), once it's passed to ThreadPoolExecutor.

----------

_______________________________________
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