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 aeros
Recipients aeros, asvetlov, primal, yselivanov
Date 2019-11-02.02:51:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572663065.67.0.0260276318216.issue32309@roundup.psfhosted.org>
In-reply-to
Content
> def __init__(self, concurrency=None):

Minor clarification: the default should probably be None, which would effectively set the default maximum number of threads to min(32, os.cpu_count() + 4), once it's passed to ThreadPoolExecutor.
History
Date User Action Args
2019-11-02 02:51:05aerossetrecipients: + aeros, asvetlov, yselivanov, primal
2019-11-02 02:51:05aerossetmessageid: <1572663065.67.0.0260276318216.issue32309@roundup.psfhosted.org>
2019-11-02 02:51:05aeroslinkissue32309 messages
2019-11-02 02:51:05aeroscreate