[Python-Dev] Buildbots for trunk are all red

Facundo Batista facundobatista at gmail.com
Mon Feb 25 21:03:31 CET 2008


2008/2/25, Facundo Batista <facundobatista at gmail.com>:

> 2008/2/25, Christian Heimes <lists at cheimes.de>:
>
>  > Thomas Herve has worked out a patch: http://bugs.python.org/issue2177
>
> After reviewing, testing and etc, I commited it. Let's see the buildbots! :)

Some are green, now, but others still are in red, failing in
test_shelve.py, because of errors like this:

======================================================================
ERROR: test_get (test.test_shelve.TestAsciiFileShelve)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/mapping_tests.py",
line 271, in test_get
    self.assert_(d.get(self.other.keys()[0]) is None)
  File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/shelve.py",
line 104, in get
    if key in self.dict:
TypeError: argument of type 'dbm.dbm' is not iterable

Regards,

-- 
.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/


More information about the Python-Dev mailing list