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 CharlieZhao
Recipients CharlieZhao, docs@python, rhettinger, serhiy.storchaka, tim.peters
Date 2022-01-27.02:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643250402.55.0.411981806815.issue45735@roundup.psfhosted.org>
In-reply-to
Content
I'd like to work on this issue recently if it's still needed.

According to suggestions in PR:https://github.com/python/cpython/pull/29437, I will:

* Add doc example for Thread function;
* Add some test cases for checking the validity of list args;
* Repeat the above works on multiprocessing module.
History
Date User Action Args
2022-01-27 02:26:42CharlieZhaosetrecipients: + CharlieZhao, tim.peters, rhettinger, docs@python, serhiy.storchaka
2022-01-27 02:26:42CharlieZhaosetmessageid: <1643250402.55.0.411981806815.issue45735@roundup.psfhosted.org>
2022-01-27 02:26:42CharlieZhaolinkissue45735 messages
2022-01-27 02:26:42CharlieZhaocreate