Comment 5 for bug 1478190

Revision history for this message
Nell Jerram (neil-jerram) wrote :

Isn't this just a straightforward race? The test code uses psutil.process_iter() to enumerate processes, then .ppid to get each one's PPID. If one of the enumerated processes terminates before the ,ppid call, psutil will throw NoSuchProcess.