This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients ggenellina, gregory.p.smith, quixo
Date 2007-08-24.04:26:52
SpamBayes Score 0.25210145
Marked as misclassified No
Message-id <1187929614.02.0.518796955135.issue1725856@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-08-24 04:26:54gregory.p.smithsetspambayes_score: 0.252101 -> 0.25210145
recipients: + gregory.p.smith, quixo, ggenellina
2007-08-24 04:26:54gregory.p.smithsetspambayes_score: 0.252101 -> 0.252101
messageid: <1187929614.02.0.518796955135.issue1725856@psf.upfronthosting.co.za>
2007-08-24 04:26:53gregory.p.smithlinkissue1725856 messages
2007-08-24 04:26:53gregory.p.smithcreate