Skip to content
Snippets Groups Projects
Unverified Commit c580a81a authored by Victor Stinner's avatar Victor Stinner Committed by GitHub
Browse files

gh-96652: Fix faulthandler chained signal without sigaction() (#96666)

Fix the faulthandler implementation of faulthandler.register(signal,
chain=True) if the sigaction() function is not available: don't call
the previous signal handler if it's NULL.
parent 4f523a70
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment