]> granicus.if.org Git - python/commit
faulthandler: don't use sigprocmask()
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 19 Apr 2011 21:30:57 +0000 (23:30 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 19 Apr 2011 21:30:57 +0000 (23:30 +0200)
commitcf2a807831ee93ef39e73fcc682894b0695b6143
treee1bdacbf00530577688259d4b9c14c9de6b45a74
parent4571ee0b781e569612d04572050792faa66f02af
faulthandler: don't use sigprocmask()

It has an undefined behaviour with threads, only use pthread_sigmask() if
it is available (and not broken).
Modules/faulthandler.c