mirror of
https://github.com/python/cpython.git
synced 2026-02-26 09:01:08 +00:00
* 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(). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_all.py | ||
| test_associate.py | ||
| test_basics.py | ||
| test_compat.py | ||
| test_dbobj.py | ||
| test_dbshelve.py | ||
| test_dbtables.py | ||
| test_env_close.py | ||
| test_get_none.py | ||
| test_join.py | ||
| test_lock.py | ||
| test_misc.py | ||
| test_queue.py | ||
| test_recno.py | ||
| test_thread.py | ||