mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
format_obj: make it static
This commit is contained in:
parent
69192238ba
commit
39378f7f4f
1 changed files with 1 additions and 1 deletions
|
@ -1347,7 +1347,7 @@ done:
|
|||
/************************************************************************/
|
||||
/*********** built in formatters ****************************************/
|
||||
/************************************************************************/
|
||||
int
|
||||
static int
|
||||
format_obj(PyObject *obj, _PyUnicodeWriter *writer)
|
||||
{
|
||||
PyObject *str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue