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

Create special case for psutil.pid_exists(0) on Linux and OS X #23

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

Create special case for psutil.pid_exists(0) on Linux and OS X #23

giampaolo opened this issue May 23, 2014 · 3 comments

Comments

@giampaolo
Copy link
Owner

From billiej...@gmail.com on February 24, 2009 03:11:17

What steps will reproduce the problem?  
>>> psutil.pid_exists(0)
True
>>> 0 in psutil.get_pid_list()
False

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

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

From billiej...@gmail.com on February 23, 2009 18:12:21

Summary: Create special case for psutil.pid_exists(0) on Linux and OS X
Labels: OpSys-OSX

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 23, 2009 18:28:51

Fixed as r151 .

Status: Verified

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on March 17, 2009 08:31:20

Status: Fixed

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