Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide per-process send_signal() and terminate() method #91

Closed
giampaolo opened this issue May 23, 2014 · 5 comments
Closed

Provide per-process send_signal() and terminate() method #91

giampaolo opened this issue May 23, 2014 · 5 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on June 09, 2010 20:09:52

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()

Original issue: http://code.google.com/p/psutil/issues/detail?id=91

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on June 11, 2010 11:42:38

Implemented as r555 .

Status: Fixed
Labels: -Progress-0in4 Progress-4in4

@giampaolo
Copy link
Owner Author

From g.rodola on June 11, 2010 11:43:22

Issue 92 has been merged into this issue.

@giampaolo
Copy link
Owner Author

From g.rodola on June 11, 2010 11:43:51

Summary: Provide per-process send_signal() and terminate() method

@giampaolo
Copy link
Owner Author

From g.rodola on June 22, 2010 12:37:55

Labels: -Milestone-0.1.4 Milestone-0.2.0

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 03:52:58

Updated csets after the SVN -> Mercurial migration: r555 == revision 262e629daee0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant