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
Currently Process.kill() can be used for sending a signal to process if an argument is passed.
Begin the name quite misleading I propose to remove the argument from
kill() and provide a send_signal() method instead which reflects the
implementation of subprocess:
http://docs.python.org/dev/library/subprocess.html#subprocess.Popen.send_signal As for subprocess, on Windows SIGTERM should an alias for kill()
From g.rodola on June 09, 2010 20:09:52
Original issue: http://code.google.com/p/psutil/issues/detail?id=91
The text was updated successfully, but these errors were encountered: