Commit 1baa982c authored by Barry Warsaw's avatar Barry Warsaw

init_bsddb(): Added a few symbols that Greg forgot.

parent 56fbcb52
......@@ -4518,7 +4518,10 @@ DL_EXPORT(void) init_bsddb(void)
ADD_INT(d, ENOENT);
ADD_INT(d, EPERM);
#if (DBVER >= 40)
ADD_INT(d, DB_SET_LOCK_TIMEOUT);
ADD_INT(d, DB_SET_TXN_TIMEOUT);
#endif
/* The base exception class is DBError */
DBError = PyErr_NewException("bsddb._db.DBError", NULL, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment