remove ppid member from ProcessHandle

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
Yacine Elhamer
2023-06-14 09:33:07 +01:00
committed by mr-tz
parent b4f01fa6c2
commit 34a1b22a38
@@ -275,7 +275,6 @@ class ProcessHandle:
inner: sandbox-specific data
"""
ppid: int
pid: int
inner: Any