Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a5581 commit 37b0c1dCopy full SHA for 37b0c1d
1 file changed
Modules/_bsddb.c
@@ -97,7 +97,7 @@
97
#error "eek! DBVER can't handle minor versions > 9"
98
#endif
99
100
-#define PY_BSDDB_VERSION "4.2.8"
+#define PY_BSDDB_VERSION "4.2.9"
101
static char *rcs_id = "$Id$";
102
103
@@ -877,7 +877,7 @@ DBEnv_dealloc(DBEnvObject* self)
877
}
878
879
880
- if (!self->closed) {
+ if (self->db_env) {
881
MYDB_BEGIN_ALLOW_THREADS;
882
self->db_env->close(self->db_env, 0);
883
MYDB_END_ALLOW_THREADS;
0 commit comments