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 mark.dickinson
Recipients RahulARanger, mark.dickinson
Date 2021-11-08.09:26:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636363584.4.0.723110006269.issue45689@roundup.psfhosted.org>
In-reply-to
Content
> previously one could write .submit(function_name, *args, **kwargs)
> but now one should write 
> .submit(function_name, name_of_thread, *args, **kwargs)
> name_of_thread can be None

This approach can't work, I'm afraid: it would be a backwards-incompatible change to the `submit` method signature, and would break many existing uses of submit.
History
Date User Action Args
2021-11-08 09:26:24mark.dickinsonsetrecipients: + mark.dickinson, RahulARanger
2021-11-08 09:26:24mark.dickinsonsetmessageid: <1636363584.4.0.723110006269.issue45689@roundup.psfhosted.org>
2021-11-08 09:26:24mark.dickinsonlinkissue45689 messages
2021-11-08 09:26:24mark.dickinsoncreate