mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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;
|
goto done;
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
return PyObject_Format(self_as_str, format_spec);
|
result = PyObject_Format(self_as_str, format_spec);
|
||||||
}
|
}
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue