summaryrefslogtreecommitdiff
blob: 1d04db7b2a2531154ce941b615a91c036446ba3d (plain)
1
2
3
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. Patch by Victor Stinner.