]> granicus.if.org Git - python/commit
Merge 58450: fix uncollectable reference caused by bsddb.db.DBShelf.append
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 13 Oct 2007 23:23:58 +0000 (23:23 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 13 Oct 2007 23:23:58 +0000 (23:23 +0000)
commit659e7f44e2f0bc92db8b4e33fb6bae429dcbd205
tree2f5e174ede49c82ee0e068b521fcc5c8b6871947
parentddacf968682818a34a90ec6702fbb44098914a9d
Merge 58450: fix uncollectable reference caused by bsddb.db.DBShelf.append
Adds a DBShelf __repr__ method to not raise an exception when the DB is closed.
Lib/bsddb/dbshelve.py