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 pakal
Recipients eryksun, jnoller, mallyvai, pakal, terry.reedy, tim.peters
Date 2020-10-26.21:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603748878.51.0.923156668971.issue5906@roundup.psfhosted.org>
In-reply-to
Content
The latest doc has a quick mention about the fact that daemon is not used in the Unix sens, so it seems fine now  B-)

https://docs.python.org/3/library/multiprocessing.html?#multiprocessing.Process.daemon

"""Additionally, these are not Unix daemons or services, they are normal processes that will be terminated (and not joined) if non-daemonic processes have exited."""

My paragraph was just my one attempt at distinguishing concepts, it was never part of the official docs
History
Date User Action Args
2020-10-26 21:47:58pakalsetrecipients: + pakal, tim.peters, terry.reedy, jnoller, mallyvai, eryksun
2020-10-26 21:47:58pakalsetmessageid: <1603748878.51.0.923156668971.issue5906@roundup.psfhosted.org>
2020-10-26 21:47:58pakallinkissue5906 messages
2020-10-26 21:47:58pakalcreate