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 GitHub
parent ece47c9ed5
commit baf209f3cc
@@ -275,7 +275,6 @@ class ProcessHandle:
inner: sandbox-specific data
"""
ppid: int
pid: int
inner: Any