[issue10437] ThreadPoolExecutor should accept max_workers=None

Daniel Stutzbach report at bugs.python.org
Sat Nov 20 19:30:52 CET 2010


Daniel Stutzbach <stutzbach at google.com> added the comment:

In my case, each thread launches a CPU-intensive process via subprocess, then waits for it to report output and exit.

Also, keep in mind that PyPy and IronPython don't have a GIL (although I'm not a PyPy or IronPython user myself).

----------

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


More information about the Python-bugs-list mailing list