New submission from Antoine Pitrou:

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).

----------
components: Tests
messages: 297237
nosy: haypo, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Failures/crashes in test_signal on some buildbots
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30796>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to