We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
From billiej...@gmail.com on February 23, 2009 18:28:51
Fixed as r151 .
Status: Verified
From billiej...@gmail.com on March 17, 2009 08:31:20
Status: Fixed
giampaolo
No branches or pull requests
From billiej...@gmail.com on February 24, 2009 03:11:17
Original issue: http://code.google.com/p/psutil/issues/detail?id=23
The text was updated successfully, but these errors were encountered: