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 hauntsaninja
Recipients aeros, bquinlan, hauntsaninja, pitrou
Date 2020-08-30.22:24:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598826286.15.0.793511603745.issue39349@roundup.psfhosted.org>
In-reply-to
Content
I was working on updating typeshed stubs to reflect this change. It looks like the parameter wasn't actually added to the base class (https://github.com/python/cpython/blob/c3a651ad2544d7d1be389b63e9a4a58a92a31623/Lib/concurrent/futures/_base.py#L608), even though it's documented as having the new parameter (https://docs.python.org/3.9/library/concurrent.futures.html#concurrent.futures.Executor.shutdown).

Is this intentional? If not, I'd be happy to submit a PR adding the parameter to the base class.
History
Date User Action Args
2020-08-30 22:24:46hauntsaninjasetrecipients: + hauntsaninja, bquinlan, pitrou, aeros
2020-08-30 22:24:46hauntsaninjasetmessageid: <1598826286.15.0.793511603745.issue39349@roundup.psfhosted.org>
2020-08-30 22:24:46hauntsaninjalinkissue39349 messages
2020-08-30 22:24:46hauntsaninjacreate