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 gregory.p.smith
Recipients gregory.p.smith
Date 2017-12-29.01:39:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514511584.88.0.213398074469.issue32443@psf.upfronthosting.co.za>
In-reply-to
Content
An example subprocess improvement using sigtimedwait() - https://github.com/python/cpython/pull/5035 - led me to believe that signalfd() is superior as it sounds like signalfd() does not require pthread_sigmask (sigprocmask) global state manipulation calls.  I have not confirmed if that is true.
History
Date User Action Args
2017-12-29 01:39:44gregory.p.smithsetrecipients: + gregory.p.smith
2017-12-29 01:39:44gregory.p.smithsetmessageid: <1514511584.88.0.213398074469.issue32443@psf.upfronthosting.co.za>
2017-12-29 01:39:44gregory.p.smithlinkissue32443 messages
2017-12-29 01:39:44gregory.p.smithcreate