Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8966d3d

Browse files
committed
remove c++ style comment
1 parent fad4640 commit 8966d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_bsddb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ _db_compareCallback (DB* db,
20272027
result = PyEval_CallObject (self->btCompareCallback, args);
20282028
if (result == 0) {
20292029
/* we're in a callback within the DB code, we can't raise */
2030-
PyErr_Print (); // XXX-gps or can we? either way the DB is screwed
2030+
PyErr_Print ();
20312031
res = _default_cmp (leftKey, rightKey);
20322032
}
20332033
else if (PyInt_Check (result)) {

0 commit comments

Comments
 (0)