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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1725856> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com