This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author azanella
Recipients azanella, hroncok, ned.deily, pitrou
Date 2018-04-22.14:03:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524405798.89.0.682650639539.issue33329@psf.upfronthosting.co.za>
In-reply-to
Content
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/
History
Date User Action Args
2018-04-22 14:03:18azanellasetrecipients: + azanella, pitrou, ned.deily, hroncok
2018-04-22 14:03:18azanellasetmessageid: <1524405798.89.0.682650639539.issue33329@psf.upfronthosting.co.za>
2018-04-22 14:03:18azanellalinkissue33329 messages
2018-04-22 14:03:18azanellacreate