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 pitrou
Recipients davin, pitrou, sbt
Date 2017-06-30.08:37:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498811825.02.0.608512665387.issue30589@psf.upfronthosting.co.za>
In-reply-to
Content
In the end, I'm glad I added a stress test (test_many_processes) as part of this issue.

It helper uncover a serious reliability issues in CPython's delivery of signals (https://bugs.python.org/issue30703) and then triggered the discovery of a more minor bug in our setitimer() wrapper (https://bugs.python.org/issue30807).

Hopefully signal processing is more reliable in Python now!
History
Date User Action Args
2017-06-30 08:37:05pitrousetrecipients: + pitrou, sbt, davin
2017-06-30 08:37:05pitrousetmessageid: <1498811825.02.0.608512665387.issue30589@psf.upfronthosting.co.za>
2017-06-30 08:37:05pitroulinkissue30589 messages
2017-06-30 08:37:04pitroucreate