From: Gregory P. Smith Date: Thu, 16 Jun 2005 19:01:42 +0000 (+0000) Subject: remove c++ style comment X-Git-Tag: v2.5a0~1686 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8966d3de70521a60fa3d658e8c72db9ed63283a6;p=python remove c++ style comment --- diff --git a/Modules/_bsddb.c b/Modules/_bsddb.c index 775457b69a..6b4f84b926 100644 --- a/Modules/_bsddb.c +++ b/Modules/_bsddb.c @@ -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)) {