-
- Downloads
gh-96652: Fix faulthandler chained signal without sigaction() (GH-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. (cherry picked from commit c580a81a) Co-authored-by:Victor Stinner <vstinner@python.org>
Loading
Please register or sign in to comment