]> granicus.if.org Git - python/commit
Issue #21362: concurrent.futures does not validate that max_workers is proper
authorBrian Quinlan <brian@sweetapp.com>
Sat, 17 May 2014 20:51:10 +0000 (13:51 -0700)
committerBrian Quinlan <brian@sweetapp.com>
Sat, 17 May 2014 20:51:10 +0000 (13:51 -0700)
commit20efceb75790f2a40fad449fd92a6b3d8fe40c8b
treef40a8391cb82646bfc6a26ae857a461732ac6dfa
parent120e8edfb8b0e477dbe351c14e18803301df48ac
Issue #21362: concurrent.futures does not validate that max_workers is proper
Doc/library/concurrent.futures.rst
Lib/concurrent/futures/process.py
Lib/concurrent/futures/thread.py
Lib/test/test_concurrent_futures.py