mirror of https://github.com/python/cpython
additional sanity check. secondaryDB cannot be closed.
This commit is contained in:
parent
9e28205502
commit
91116b629e
|
@ -1172,6 +1172,7 @@ DB_associate(DBObject* self, PyObject* args, PyObject* kwargs)
|
|||
makeTypeError("DB", (PyObject*)secondaryDB);
|
||||
return NULL;
|
||||
}
|
||||
CHECK_DB_NOT_CLOSED(secondaryDB);
|
||||
if (callback == Py_None) {
|
||||
callback = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue