cpython/Lib/bsddb
Gregory P. Smith b6c9f78074 bugfix: do not double-close DB cursor during deallocation when the
underlying DB has already been closed (and thus all of its cursors).
        This fixes a potential segfault.
        SF pybsddb bug id 667343
bugfix: close the DB object when raising an exception due to an error
        during DB.open.  This prevents an exception when closing the
        environment about not all databases being closed.
        SF pybsddb bug id 667340
2003-01-17 08:42:50 +00:00
..
test bugfix: do not double-close DB cursor during deallocation when the 2003-01-17 08:42:50 +00:00
__init__.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
db.py Replace bsddb3 and _db occurrences. 2002-11-19 17:48:49 +00:00
dbobj.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
dbrecio.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
dbshelve.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
dbtables.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00
dbutils.py Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at 2002-12-30 20:53:52 +00:00