[New-bugs-announce] [issue36087] ThreadPoolExecutor max_workers none issue

Tony Hammack report at bugs.python.org
Fri Feb 22 20:44:30 EST 2019


New submission from Tony Hammack <hammack.tony at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36087>
_______________________________________


More information about the New-bugs-announce mailing list