Index: ../Objects/unicodeobject.c =================================================================== --- ../Objects/unicodeobject.c (revision 56399) +++ ../Objects/unicodeobject.c (working copy) @@ -851,7 +851,7 @@ fail: if (callresults) { PyObject **callresult2 = callresults; - while (callresult2 <= callresult) { + while (callresult2 < callresult) { Py_DECREF(*callresult2); ++callresult2; }