Kaydet (Commit) f073b758 authored tarafından Gustavo Niemeyer's avatar Gustavo Niemeyer

Removing TODO comment for None keys, as suggested by Neal Norwitz.

üst 8974f72b
......@@ -348,7 +348,7 @@ make_key_dbt(DBObject* self, PyObject* keyobj, DBT* key, int* pflags)
int type;
CLEAR_DBT(*key);
if (keyobj == Py_None) { /* TODO: is None really okay for keys? */
if (keyobj == Py_None) {
type = _DB_get_type(self);
if (type == -1)
return 0;
......
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