This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tony Hammack
Recipients Tony Hammack
Date 2019-02-23.01:44:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550886270.51.0.0223111900331.issue36087@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-23 01:44:30Tony Hammacksetrecipients: + Tony Hammack
2019-02-23 01:44:30Tony Hammacksetmessageid: <1550886270.51.0.0223111900331.issue36087@roundup.psfhosted.org>
2019-02-23 01:44:30Tony Hammacklinkissue36087 messages
2019-02-23 01:44:30Tony Hammackcreate