In Python, I start a new process via Popen()
, which works fine. Now in the child process I want to find the parent's process ID.
What is the best way to achieve this, maybe I can pass the PID via the Popen
constructor, but how? Or is there a better way to do so?
PS: If possible I would prefere a solution using only standard libraries.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…