]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix bug related to SF bug id 788421 where DBC.set_range() could call
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 16 Mar 2004 07:47:45 +0000 (07:47 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 16 Mar 2004 07:47:45 +0000 (07:47 +0000)
commit8d9363f71182af478700c725af5f744793522152
treed953a5290ea080749be884e851b4a2cf7deafb49
parentdd63b17193426ef0ffb6251178ff00051f4c49f9
fix bug related to SF bug id 788421 where DBC.set_range() could call
free() on something it did not allocate for non B-Tree based databases.
Lib/bsddb/test/test_all.py
Modules/_bsddb.c