fix ref counting
This commit is contained in:
parent
039c585805
commit
67783b1f71
|
@ -3448,7 +3448,7 @@ object_format(PyObject *self, PyObject *args)
|
||||||
goto done;
|
goto done;
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
return PyObject_Format(self_as_str, format_spec);
|
result = PyObject_Format(self_as_str, format_spec);
|
||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
|
Loading…
Reference in New Issue