New submission from Tony Hammack <hammack.t...@gmail.com>:

ThreadPoolExecutor(max_workers=None) throws exception when it should not. 
Inconsistent with 3.4 documentation. If max_workers=None, then it should use 
the amount of cpus as threadcount.

----------
components: Library (Lib)
messages: 336354
nosy: Tony Hammack
priority: normal
severity: normal
status: open
title: ThreadPoolExecutor max_workers none issue
type: crash
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36087>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to