-
-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
translation翻译相关的问题翻译相关的问题
Description
【目标链接】:https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Process.daemon
【问题位置】:daemon 属性一节
原文:
Note that a daemonic process is not allowed to create child processes. Otherwise a daemonic process would leave its children orphaned if it gets terminated when its parent process exits.
错误的译文翻译为:
请注意,不允许守护进程创建子进程。否则,守护进程会在子进程退出时终止其子进程。
建议翻译为:
请注意,不允许在守护进程中创建子进程。这是因为当守护进程由于父进程退出而中断时,其子进程会变成孤儿进程。
silkriver
Metadata
Metadata
Assignees
Labels
translation翻译相关的问题翻译相关的问题