[issue1725856] bsddb.btopen . del of record doesn't update index

Gregory P. Smith report at bugs.python.org
Fri Aug 24 06:26:54 CEST 2007


Gregory P. Smith added the comment:

This code deletes the item that the internal database cursor created by
the db.first() call is pointing at.  Then when db.first() is called
again it tries to reuse the same cursor.  Now to decide if thats the
expected behavior or a real problem and how to fix it...

side note: I don't know why your backtraces contained the wrong strings.
 All of mine look fine here.

also: for a simpler test case to debug, change the 10 to 2 in the
testbtopen.py file.

----------
nosy: +greg

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1725856>
_____________________________________


More information about the Python-bugs-list mailing list