Skip to content

process_iter() skips zombie processes #2793

@giampaolo

Description

@giampaolo

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.

As such process_iter() should return them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions