commit | b94767ff44edf5d461d7cb1c8eb5160f83886358 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Feb 22 20:15:44 2011 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Feb 22 20:15:44 2011 +0000 |
tree | b43b482e765b0383b3326779f6815e72b2bacccb | |
parent | 79da6b7075a3d51ae042e77a2afca827e7bce435 [diff] [blame] |
Issue #8914: fix various warnings from the Clang static analyzer v254.
diff --git a/Python/ceval.c b/Python/ceval.c index c10a2ff..9572918 100644 --- a/Python/ceval.c +++ b/Python/ceval.c
@@ -2690,7 +2690,7 @@ Py_DECREF(*pfunc); *pfunc = self; na++; - n++; + /* n++; */ } else Py_INCREF(func); sp = stack_pointer; @@ -3026,7 +3026,7 @@ PyTrace_RETURN, retval)) { Py_XDECREF(retval); retval = NULL; - why = WHY_EXCEPTION; + /* why = WHY_EXCEPTION; */ } } }