[issue33329] sigaddset() can fail on some signal numbers

Adhemerval Zanella report at bugs.python.org
Sun Apr 22 10:03:18 EDT 2018


Adhemerval Zanella <zatrazz at gmail.com> added the comment:

Also keep in mind that POSIX [1] specifies that sigaddset *may* fail with EINVAL for not support signals, so a conforming implementation may not fail on sigaddset and still remove the internal signal in a sigprocmask (uclibc for instance).

[1] http://pubs.opengroup.org/onlinepubs/9699919799/

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33329>
_______________________________________


More information about the Python-bugs-list mailing list