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 moi90
Recipients moi90
Date 2020-08-13.21:08:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597352913.9.0.790175794398.issue41544@roundup.psfhosted.org>
In-reply-to
Content
Although multiprocessing.Process has a `daemon` parameter, multiprocessing.dummy.Process doesn't.

As multiprocessing.dummy is meant to replicate the API of multiprocessing and the daemon parameter is readily available in threading.Thread, it should also be available in multiprocessing.dummy.Process.
History
Date User Action Args
2020-08-13 21:08:33moi90setrecipients: + moi90
2020-08-13 21:08:33moi90setmessageid: <1597352913.9.0.790175794398.issue41544@roundup.psfhosted.org>
2020-08-13 21:08:33moi90linkissue41544 messages
2020-08-13 21:08:33moi90create