add parent process id to the process handle

This commit is contained in:
Yacine Elhamer
2023-06-13 23:02:00 +01:00
committed by mr-tz
parent 1ccae4fef2
commit 2d6d16dcd0

View File

@@ -274,6 +274,7 @@ class ProcessHandle:
inner: sandbox-specific data
"""
ppid: int
pid: int
inner: Any