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 martin.panter
Recipients bapt, koobs, martin.panter, python-dev, vstinner
Date 2016-01-28.03:30:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453951809.39.0.305342559176.issue25868@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my patch which blocks SIGUSR1. I have only tested it on Linux.

I also added a counter to the SIGALRM handler, so we can verify that it does get called by the Python sigwaitinfo() implementation.
History
Date User Action Args
2016-01-28 03:30:09martin.pantersetrecipients: + martin.panter, vstinner, python-dev, koobs, bapt
2016-01-28 03:30:09martin.pantersetmessageid: <1453951809.39.0.305342559176.issue25868@psf.upfronthosting.co.za>
2016-01-28 03:30:09martin.panterlinkissue25868 messages
2016-01-28 03:30:08martin.pantercreate