Closed
Description
...and return None
instead. Problem is here:
Line 473 in 08964b0
This is a race condition as the process may be alive at
ppid = self.ppid()
but not at self.create_time()
. It's a very small time frame but the issues technically exists.