]> granicus.if.org Git - python/commitdiff
remove c++ style comment
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 16 Jun 2005 19:01:42 +0000 (19:01 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 16 Jun 2005 19:01:42 +0000 (19:01 +0000)
Modules/_bsddb.c

index 775457b69abb6ec4657436284e5edba8954e0c98..6b4f84b926522182de60d2a8257d27c7ffa60335 100644 (file)
@@ -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)) {