Kaydet (Commit) 2281da42 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix double decref.

üst 09fc075c
......@@ -559,7 +559,6 @@ math_factorial(PyObject *self, PyObject *arg)
error:
Py_DECREF(result);
Py_XDECREF(iobj);
return NULL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment