Skip to content

Integrate pytest-faulthandler into the core #5440

Closed
@nicoddemus

Description

@nicoddemus

I was wondering if we should integrate pytest-faulthandler into the core? Given that faulthandler is a builtin since Python 3.3 and we no longer support Python < 3.5 seems like this would be very helpful for users to diagnose core dumps.

It is a small plugin (less than 70 lines of code), and introduces two new options, --no-faulthandler and --faulthandler-timeout, with faulthandler being enabled by default for maximum usefulness. I've been using it in production for many years without problems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: proposalproposal for a new feature, often to gather opinions or design the API around the new feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions