Skip to content

Commit 39378f7

Browse files
committed
format_obj: make it static
1 parent 6919223 commit 39378f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/formatter_unicode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ format_complex_internal(PyObject *value,
13471347
/************************************************************************/
13481348
/*********** built in formatters ****************************************/
13491349
/************************************************************************/
1350-
int
1350+
static int
13511351
format_obj(PyObject *obj, _PyUnicodeWriter *writer)
13521352
{
13531353
PyObject *str;

0 commit comments

Comments
 (0)