]> granicus.if.org Git - python/commit
bugfix: disallow use of DB_TXN after commit() or abort(), prevents a
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 17 Jan 2003 07:52:59 +0000 (07:52 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 17 Jan 2003 07:52:59 +0000 (07:52 +0000)
commitc25fd3fb4873ce6691eeeeae8839eb61b1dcad37
tree348e91dbd079d359aa4ca37b0f48511aed251b15
parent5ec186b1cbf06cf66262882fb5b6f54a893e48a5
bugfix: disallow use of DB_TXN after commit() or abort(), prevents a
        coredump or segmentation violation.

Sourceforge patch ID 664896:
http://sourceforge.net/tracker/index.php?func=detail&aid=664896&group_id=13900&atid=313900

The bug was reported on the pybsddb-users mailing list.
Lib/bsddb/test/test_basics.py
Modules/_bsddb.c