[issue3307] invalid check of _bsddb creation failure

STINNER Victor report at bugs.python.org
Mon Jul 7 00:59:14 CEST 2008


STINNER Victor <haypo at users.sourceforge.net> added the comment:

The bug occurs on db_create() failure. Dummy example to reproduce it:
"import _bsddb; _bsddb.DB(None, 29.515)"

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3307>
_______________________________________


More information about the Python-bugs-list mailing list