From 8966d3de70521a60fa3d658e8c72db9ed63283a6 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Thu, 16 Jun 2005 19:01:42 +0000 Subject: [PATCH] remove c++ style comment --- Modules/_bsddb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.40.0