]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
DB.remove() needs to set the internal DB handle to NULL after being called.
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 15 May 2003 00:13:18 +0000 (00:13 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 15 May 2003 00:13:18 +0000 (00:13 +0000)
commitf655dff80782cd6bf59d64985299bd07546cb98b
tree6b669835b8531ad418c7478e322fc4caf7602fe0
parentf0b5d174c130c3710bae7860ec005bdb8e7ac3dd
DB.remove() needs to set the internal DB handle to NULL after being called.
(sourceforge pybsddb bug #737970).

Also: don't allow other threads to run during calls that invalidate the
DB handle.
Modules/_bsddb.c