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 2015-12-15.10:44:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450176294.01.0.526999404638.issue25868@psf.upfronthosting.co.za>
In-reply-to
Content
I used a short sleep of 100 ms to test if the pipe is enough to synchronize the parent and the child, but this delay is too short to test that sigwaitinfo() is interrupted by EINTR.

"self.sleep_time = 0.100" must be removed to use the default sleep time (currently 200 ms, signal_period *  2).

By the way, we should maybe use sleep_time = signal_period * 3 to test more signals?
History
Date User Action Args
2015-12-15 10:44:54vstinnersetrecipients: + vstinner, python-dev, martin.panter, koobs, bapt
2015-12-15 10:44:54vstinnersetmessageid: <1450176294.01.0.526999404638.issue25868@psf.upfronthosting.co.za>
2015-12-15 10:44:53vstinnerlinkissue25868 messages
2015-12-15 10:44:53vstinnercreate