end18 / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

>>> psutil.pid_exists(0)
True
>>> 0 in psutil.get_pid_list()
False

Original issue reported on code.google.com by billiej...@gmail.com on 24 Feb 2009 at 2:11

GoogleCodeExporter commented 9 years ago

Original comment by billiej...@gmail.com on 24 Feb 2009 at 2:12

GoogleCodeExporter commented 9 years ago
Fixed as r151.

Original comment by billiej...@gmail.com on 24 Feb 2009 at 2:28

GoogleCodeExporter commented 9 years ago

Original comment by billiej...@gmail.com on 17 Mar 2009 at 3:31