mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
fix ref counting
This commit is contained in:
parent
039c585805
commit
67783b1f71
1 changed files with 1 additions and 1 deletions
|
@ -3448,7 +3448,7 @@ object_format(PyObject *self, PyObject *args)
|
|||
goto done;
|
||||
*/
|
||||
}
|
||||
return PyObject_Format(self_as_str, format_spec);
|
||||
result = PyObject_Format(self_as_str, format_spec);
|
||||
}
|
||||
|
||||
done:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue