[Python-Dev] Buildbots for trunk are all red

Thomas Hervé therve at free.fr
Mon Feb 25 22:03:41 CET 2008


Facundo Batista a écrit :
> 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
>   
Hello,

I've worked on that problem during the bug day. I've open a ticket with 
a patch at http://bugs.python.org/issue2168.

-- 
Thomas


More information about the Python-Dev mailing list