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 bapt, koobs, martin.panter, python-dev, vstinner
Date 2017-06-28.01:16:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498612589.08.0.924538771367.issue25868@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like the root issue was fixed by myself in the bpo-30320. Sorry Martin, I forgot this issue and so forgot to review your patch.

But it seems like we took a similar approach: using signal.pthread_sigmask() seems to be the only right way to write a *reliable* test for sigwaitinfo() ;-)
History
Date User Action Args
2017-06-28 01:16:29vstinnersetrecipients: + vstinner, python-dev, martin.panter, koobs, bapt
2017-06-28 01:16:29vstinnersetmessageid: <1498612589.08.0.924538771367.issue25868@psf.upfronthosting.co.za>
2017-06-28 01:16:29vstinnerlinkissue25868 messages
2017-06-28 01:16:28vstinnercreate