[spambayes-dev] A new and altogether different bsddb breakage

Skip Montanaro skip at pobox.com
Sun Dec 14 15:34:32 EST 2003


    Tim> import bsddb
    Tim> d = bsddb.hashopen(PATH, 'r')
    Tim> print len(d)
    Tim> print len([k for k in d if d.get(k, None) is None])

    Tim> That printed 40787, then 0, when I ran it just now.

I also get N and 0 for my working database (opened with anydbm).

Skip



More information about the spambayes-dev mailing list