You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...so that we don't wait on another process' PID.
Note that Process class guarantees this security only for "sensitive" methods
such as kill(), send_signal(), etc..
Other methods (basically all get_* methods) doesn't have such guarantee.
From g.rodola on April 11, 2013 11:12:37
Original issue: http://code.google.com/p/psutil/issues/detail?id=365
The text was updated successfully, but these errors were encountered: