[issue10437] ThreadPoolExecutor should accept max_workers=None

Brian Quinlan report at bugs.python.org
Sat Nov 20 04:53:52 CET 2010


Brian Quinlan <brian at sweetapp.com> added the comment:

Daniel,

I wasn't trying to avoid importing multiprocessing.

What's your use case though? I think that defaulting the number of threads to the numbers of CPUs would trick users into believing that threads are useful for CPU-intensive work in Python ;-)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10437>
_______________________________________


More information about the Python-bugs-list mailing list