You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite "weird", zombie processes are handled like any other process by psutil. E.g. they are returned by psutil.pids() then can be instantiated via Process() class and they can be queried.
Despite "weird", zombie processes are handled like any other process by psutil. E.g. they are returned by
psutil.pids()then can be instantiated viaProcess()class and they can be queried.As such
process_iter()should return them.