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 jcea, pitrou
Date 2008-09-01.15:09:11
SpamBayes Score 0.0041806074
Marked as misclassified No
Message-id <1220281752.22.0.128006401133.issue3752@psf.upfronthosting.co.za>
In-reply-to
Content
Since the latest bsddb merge, test_bsddb is basically broken, all tests
fail with the same error (see also the buildbots):

======================================================================
ERROR: test_update (test.test_bsddb.TestBTree_InMemory_Truncate)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_bsddb.py", line 20, in
setUp
    self.f = self.do_open(self.fname, self.openflag, cachesize=32768)
  File "/home/antoine/py3k/__svn__/Lib/test/test_bsddb.py", line 17, in
do_open
    return bsddb.StringValues(bsddb.StringKeys(self.openmethod[0](*args,
**kw)))
AttributeError: 'module' object has no attribute 'StringValues'
History
Date User Action Args
2008-09-01 15:09:12pitrousetrecipients: + pitrou, jcea
2008-09-01 15:09:12pitrousetmessageid: <1220281752.22.0.128006401133.issue3752@psf.upfronthosting.co.za>
2008-09-01 15:09:11pitroulinkissue3752 messages
2008-09-01 15:09:11pitroucreate