cpython/Lib/bsddb
Thomas Wouters 318af47512 Plug the last 657 referenceleaks in test_bsddb3: a circular reference
between a TestCase instance, the database it opened (or a cursor to a
database) and a bound method as a registered database callback, and a lack
of GC-handling in bsddb caused the TestCases to linger. Fix the test, for
now, as backward compatibility makes adding GC to bsddb annoying.
2006-03-12 00:13:09 +00:00
..
test Plug the last 657 referenceleaks in test_bsddb3: a circular reference 2006-03-12 00:13:09 +00:00
__init__.py Whitespace normalization. 2006-02-20 21:42:18 +00:00
db.py
dbobj.py Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER 2006-01-27 07:06:15 +00:00
dbrecio.py
dbshelve.py
dbtables.py
dbutils.py