]> granicus.if.org Git - python/commit
Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.)
authorGuido van Rossum <guido@python.org>
Tue, 2 Sep 2014 17:39:18 +0000 (10:39 -0700)
committerGuido van Rossum <guido@python.org>
Tue, 2 Sep 2014 17:39:18 +0000 (10:39 -0700)
commitcfd4661e78bd2256caaf80cf29588e5119e787b0
tree507008e6f9977acff6a347cc085119c6a7917164
parent8257b6283e3ea41f5746835871dedcb00139bdfe
Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu Popa.)
Doc/library/concurrent.futures.rst
Lib/concurrent/futures/thread.py
Lib/test/test_concurrent_futures.py
Misc/NEWS