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
Similarly to issue 91 it would be nice to provide a terminate()
method as an alias for os.kill(pid, signal.SIGTERM) as provided by
subprocess module:
http://docs.python.org/dev/library/subprocess.html#subprocess.Popen.terminate
As for subprocess, on Windows terminate() would be an alias for kill().
From g.rodola on June 09, 2010 20:15:20
Original issue: http://code.google.com/p/psutil/issues/detail?id=92
The text was updated successfully, but these errors were encountered: