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 RahulARanger
Recipients RahulARanger, mark.dickinson
Date 2021-11-09.07:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636441562.44.0.587576581479.issue45689@roundup.psfhosted.org>
In-reply-to
Content
There is a new function submit_with_name in _base.Executor that can accept name parameters before args and kwargs, submit can continue to be used as before.

submit internally calls submit_with_name with name as None. Calling submit_with_name in Executor causes a NotImplementedError, it was only implemented in ThreadPoolExecutor, but it could be implemented in any Executor
History
Date User Action Args
2021-11-09 07:06:02RahulARangersetrecipients: + RahulARanger, mark.dickinson
2021-11-09 07:06:02RahulARangersetmessageid: <1636441562.44.0.587576581479.issue45689@roundup.psfhosted.org>
2021-11-09 07:06:02RahulARangerlinkissue45689 messages
2021-11-09 07:06:02RahulARangercreate