]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes SF bsddb module bug 788421:
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 26 Feb 2004 10:21:13 +0000 (10:21 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 26 Feb 2004 10:21:13 +0000 (10:21 +0000)
commitdd5f37301e22a7cafe295e3a1c2ffb53a1ca8824
treecbe4ff19d218579635f6cb663a7b655dfced7573
parent88a02905bbbac39c90af45c076216311fd13a2ce
Fixes SF bsddb module bug 788421:
 * Fixed a bug in the compatibility interface set_location() method
   where it would not properly search to the next nearest key when
   used on BTree databases.  [SF bug id 788421]
 * Fixed a bug in the compatibility interface set_location() method
   where it could crash when looking up keys in a hash or recno
   format database due to an incorrect free().
Lib/bsddb/__init__.py
Lib/bsddb/test/test_basics.py
Lib/bsddb/test/test_compat.py
Modules/_bsddb.c