[Python-Dev] All green!
Tim Peters
tim.peters at gmail.com
Sat Mar 18 04:24:01 CET 2006
After backporting a patch from Neal (to make test_timeout less likely
to fail on the Mac buildbot slave living at python.org), all 14
columns in
http://www.python.org/dev/buildbot/all/
are green. Yippee! Let's keep 'em that way. You can all take the
weekend off ;-)
I believe it's possible to fiddle the buildbot master to send email
when a test run fails, and maybe it's time to start doing that.
BTW, there's still one compiler warning on Windows, on the trunk:
"""
Compiling...
_ctypes_test.c
\buildbot_py25\trunk.mcintyre-windows\build\Modules\_ctypes\_ctypes_test.c(102)
:
warning C4267: 'initializing' : conversion from 'size_t' to
'int', possible loss of data
"""
More information about the Python-Dev
mailing list