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 terminate() method #92

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

Provide per-process terminate() method #92

giampaolo opened this issue May 23, 2014 · 2 comments

Comments

@giampaolo
Copy link
Owner

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

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

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

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

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

Merged into issue 91 .

Status: Duplicate
Mergedinto: 91

@giampaolo
Copy link
Owner Author

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

Labels: -Milestone-0.1.4 Milestone-0.2.0

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