Closed giampaolo closed 1 year ago
Zombie processes on Open/NetBSD have a creation time of 0.0. Modify __eq__ so that it takes this into account, fixing is_running() return False for a process which turned into a zombie.
__eq__
is_running()
Summary
2287
Description
Zombie processes on Open/NetBSD have a creation time of 0.0. Modify
__eq__
so that it takes this into account, fixingis_running()
return False for a process which turned into a zombie.