Commit 7b586c92 authored by Gregory P. Smith's avatar Gregory P. Smith

remove c++ style comment

parent a59bd3ac
......@@ -2027,7 +2027,7 @@ _db_compareCallback (DB* db,
result = PyEval_CallObject (self->btCompareCallback, args);
if (result == 0) {
/* we're in a callback within the DB code, we can't raise */
PyErr_Print (); // XXX-gps or can we? either way the DB is screwed
PyErr_Print ();
res = _default_cmp (leftKey, rightKey);
}
else if (PyInt_Check (result)) {
......
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