]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes SF bug # 778421
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 26 Feb 2004 10:07:14 +0000 (10:07 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 26 Feb 2004 10:07:14 +0000 (10:07 +0000)
commita7befda8d80d759cb88ef6732581860166ecf438
tree0d67c57f5b0c9bf097378dd349f1100f2ca6f89b
parent904de5b7343994a7fcb2941ce094ab60da68afed
Fixes SF bug # 778421

 * 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