]> granicus.if.org Git - python/commit
In class bsdTableDB, add class variables db and env (set to None) to
authorGuido van Rossum <guido@python.org>
Mon, 2 Dec 2002 16:17:46 +0000 (16:17 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Dec 2002 16:17:46 +0000 (16:17 +0000)
commit7a98e8083c4eb21c33cdb6508dff74974a02a448
tree48ecbb8e4d314771385ef684e0b346b1f58f2596
parent0d366b1418dfc980ead4b13526703aa2ee5e10e7
In class bsdTableDB, add class variables db and env (set to None) to
prevent close() called from __del__ from bombing out when __init__()
fails early.
Lib/bsddb/dbtables.py