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.
V
Victor Stinner committed
c580a81af91af4b9df85e466f8b48c3c9c86c3df
Parent: 4f523a7
Committed by GitHub <noreply@github.com>
on 9/8/2022, 10:20:22 AM