[issue41544] multiprocessing.dummy.Process lacks daemon parameter

2021-11-07 Thread Martin
Martin added the comment: Could someone have a look at my pull request? I have trouble with the tests. -- ___ Python tracker ___

[issue41544] multiprocessing.dummy.Process lacks daemon parameter

2021-11-07 Thread Martin
Change by Martin : -- nosy: +davin, pitrou type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41544] multiprocessing.dummy.Process lacks daemon parameter

2020-08-13 Thread Martin
Change by Martin : -- keywords: +patch pull_requests: +20993 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21869 ___ Python tracker ___

[issue41544] multiprocessing.dummy.Process lacks daemon parameter

2020-08-13 Thread Martin
New submission from Martin : 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