• Gregory P. Smith's avatar
    bugfix: do not double-close DB cursor during deallocation when the · b6c9f780
    Gregory P. Smith yazdı
            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
    b6c9f780
_bsddb.c 120 KB