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 pitrou, vstinner
Date 2017-06-28.22:23:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498688634.58.0.502091331703.issue30796@psf.upfronthosting.co.za>
In-reply-to
Content
The test added for issue #30703 crashes on some Unix buildbots (FreeBSD 9.x, OS X Tiger, AIX).

Example here:
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.x/builds/275/steps/test/logs/stdio

As noted in the PR for that issue, some systems may have low resolution for setitimer(). For example, the FreeBSD man page says:

> Time values smaller than the resolution of the system clock are rounded up to this resolution (typically 10 milliseconds).
History
Date User Action Args
2017-06-28 22:23:54pitrousetrecipients: + pitrou, vstinner
2017-06-28 22:23:54pitrousetmessageid: <1498688634.58.0.502091331703.issue30796@psf.upfronthosting.co.za>
2017-06-28 22:23:54pitroulinkissue30796 messages
2017-06-28 22:23:54pitroucreate