mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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 ****************************************/
|
/*********** built in formatters ****************************************/
|
||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
int
|
static int
|
||||||
format_obj(PyObject *obj, _PyUnicodeWriter *writer)
|
format_obj(PyObject *obj, _PyUnicodeWriter *writer)
|
||||||
{
|
{
|
||||||
PyObject *str;
|
PyObject *str;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue