Skip to content

Commit

Permalink
Add static keyword to ga_repr_item (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatyping authored and gvanrossum committed Jan 30, 2020
1 parent 91edf1c commit 6b1a218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/descrobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -1821,7 +1821,7 @@ ga_traverse(PyObject *self, visitproc visit, void *arg)
return 0;
}

int
static int
ga_repr_item(_PyUnicodeWriter *writer, PyObject *p)
{
PyObject *qualname = PyObject_GetAttrString(p, "__qualname__");
Expand Down

0 comments on commit 6b1a218

Please sign in to comment.