faulthandler: don't use sigprocmask()
It has an undefined behaviour with threads, only use pthread_sigmask() if it is available (and not broken).
Showing
Please
register
or
sign in
to comment
It has an undefined behaviour with threads, only use pthread_sigmask() if it is available (and not broken).