mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
remove c++ style comment
This commit is contained in:
parent
fad4640142
commit
8966d3de70
1 changed files with 1 additions and 1 deletions
|
@ -2027,7 +2027,7 @@ _db_compareCallback (DB* db,
|
||||||
result = PyEval_CallObject (self->btCompareCallback, args);
|
result = PyEval_CallObject (self->btCompareCallback, args);
|
||||||
if (result == 0) {
|
if (result == 0) {
|
||||||
/* we're in a callback within the DB code, we can't raise */
|
/* 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);
|
res = _default_cmp (leftKey, rightKey);
|
||||||
}
|
}
|
||||||
else if (PyInt_Check (result)) {
|
else if (PyInt_Check (result)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue