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 vstinner
Recipients vstinner
Date 2008-07-06.22:59:13
SpamBayes Score 0.038345642
Marked as misclassified No
Message-id <1215385154.5.0.10003536326.issue3307@psf.upfronthosting.co.za>
In-reply-to
Content
The bug occurs on db_create() failure. Dummy example to reproduce it:
"import _bsddb; _bsddb.DB(None, 29.515)"
History
Date User Action Args
2008-07-06 22:59:14vstinnersetspambayes_score: 0.0383456 -> 0.038345642
recipients: + vstinner
2008-07-06 22:59:14vstinnersetspambayes_score: 0.0383456 -> 0.0383456
messageid: <1215385154.5.0.10003536326.issue3307@psf.upfronthosting.co.za>
2008-07-06 22:59:13vstinnerlinkissue3307 messages
2008-07-06 22:59:13vstinnercreate