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 cjrh
Recipients antoine.pietri, asvetlov, cjrh, primal, yselivanov
Date 2019-10-12.11:53:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570881194.39.0.593388289728.issue38306@roundup.psfhosted.org>
In-reply-to
Content
We can't allow both an `executor=` kwarg, as well as **kwargs for the target func, unfortunately. If we do `executor=`, we'll again have to force users to use functools.partial to wrap their functions that take kwargs.
History
Date User Action Args
2019-10-12 11:53:14cjrhsetrecipients: + cjrh, asvetlov, yselivanov, antoine.pietri, primal
2019-10-12 11:53:14cjrhsetmessageid: <1570881194.39.0.593388289728.issue38306@roundup.psfhosted.org>
2019-10-12 11:53:14cjrhlinkissue38306 messages
2019-10-12 11:53:14cjrhcreate