diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-04-19 23:30:57 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-04-19 23:30:57 +0200 |
commit | 31f0922dfc65b5c2f9ba835392872b5f46115c07 (patch) | |
tree | d69388a8f8df058070043b5bc8000b294c4dfb07 /Python | |
parent | dd88a05efca9f4650f6e796a1ec6b645777b8c3f (diff) | |
download | cpython-31f0922dfc65b5c2f9ba835392872b5f46115c07.tar.gz |
faulthandler: don't use sigprocmask()
It has an undefined behaviour with threads, only use pthread_sigmask() if
it is available (and not broken).
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions