Kaydet (Commit) d5adb5d7 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

_PyObject_LookupSpecial returns a new reference

üst 67783b1f
......@@ -836,6 +836,7 @@ done1:
}
/* And call it. */
result = PyObject_CallFunctionObjArgs(method, format_spec, NULL);
Py_DECREF(method);
}
if (result == 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