Closed
Description
From billiej...@gmail.com on February 23, 2010 00:31:32
What steps will reproduce the problem?
>>> p = psutil.Process(1340)
>>> p.kill()
>>> p.create_time
1266881247.0
>>>
What is the expected output?
What do you see instead?
I'd expect NoSuchProcess to be raised after the process has been killed.
This is similar to issue 36 and issue 76 .
Original issue: http://code.google.com/p/psutil/issues/detail?id=77