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

Adhemerval Zanella report at bugs.python.org
Mon Apr 23 06:58:13 EDT 2018


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

Yes I am aware, but I can't see a really portable way to provide the same functionality as 'sigfillset'.  Ideally a libc implementation would return EINVAL on 'sigaddset' for invalid signals, but even for glibc this is not true (the very issue I fixed).

----------

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


More information about the Python-bugs-list mailing list