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 gvanrossum
Recipients gregory.p.smith, gvanrossum
Date 2007-11-01.19:51:09
SpamBayes Score 0.043974973
Marked as misclassified No
Message-id <1193946669.52.0.205865214576.issue1371@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib/bsddb/test/test_misc.py in the py3k branch I had to disable two
test in order to make progress on a mega-merge from the trunk.

The tests are test01_badpointer and test04_double_free_make_key_dbt.  I
commented them out by inserting "## " in front of each line.

Can you please re-enable these tests and fix the code that currently
breaks then?
History
Date User Action Args
2007-11-01 19:51:09gvanrossumsetspambayes_score: 0.043975 -> 0.043974973
recipients: + gvanrossum, gregory.p.smith
2007-11-01 19:51:09gvanrossumsetspambayes_score: 0.043975 -> 0.043975
messageid: <1193946669.52.0.205865214576.issue1371@psf.upfronthosting.co.za>
2007-11-01 19:51:09gvanrossumlinkissue1371 messages
2007-11-01 19:51:09gvanrossumcreate