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 vstinner
Recipients cheryl.sabella, njs, pitrou, vstinner
Date 2018-05-04.13:23:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525440223.03.0.682650639539.issue33332@psf.upfronthosting.co.za>
In-reply-to
Content
+    if (sigemptyset(&mask) || sigfillset(&mask)) {

I'm not sure that sigemptyset() is needed.

sigfillset() manual page:

       sigfillset() initializes set to full, including all signals.

The function is used to *initialize* a set.
History
Date User Action Args
2018-05-04 13:23:43vstinnersetrecipients: + vstinner, pitrou, njs, cheryl.sabella
2018-05-04 13:23:43vstinnersetmessageid: <1525440223.03.0.682650639539.issue33332@psf.upfronthosting.co.za>
2018-05-04 13:23:43vstinnerlinkissue33332 messages
2018-05-04 13:23:43vstinnercreate