]> granicus.if.org Git - python/commit
Add weakref support to all bsddb.db objects.
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 28 Jun 2004 01:20:40 +0000 (01:20 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 28 Jun 2004 01:20:40 +0000 (01:20 +0000)
commit31c50659eaf189e2498558895272053b2f66a25e
treed50c7540741605528fd0a44ba62af71debf022d7
parent11b91a0ea33fc4632a84d1b762f432411f9a0ddd
Add weakref support to all bsddb.db objects.

Make DBTxn objects automatically call abort() in their destructor if
not yet finalized and raise a RuntimeWarning to that effect.
Modules/_bsddb.c