]> granicus.if.org Git - python/commit
bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618)
authorInada Naoki <songofacandy@gmail.com>
Tue, 28 May 2019 12:02:52 +0000 (21:02 +0900)
committerGitHub <noreply@github.com>
Tue, 28 May 2019 12:02:52 +0000 (21:02 +0900)
commit9a7e5b1b42abcedb895b1ce49d83fe067d01835c
treeed8b62255e53b785f13dd4130b2d22540b352aed
parent293e9f86b8d10fcd88d6a2015babae76e9a8bd8f
bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618)
Doc/library/concurrent.futures.rst
Lib/concurrent/futures/thread.py
Lib/test/test_concurrent_futures.py
Misc/NEWS.d/next/Library/2019-05-28-19-14-29.bpo-35279.PX7yl9.rst [new file with mode: 0644]