Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d38855c

Browse files
committed
Remove a smelly export.
1 parent 1ab29b2 commit d38855c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/object.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ try_3way_to_rich_compare(PyObject *v, PyObject *w, int op)
748748
return result;
749749
}
750750

751-
PyObject *
751+
static PyObject *
752752
do_richcmp(PyObject *v, PyObject *w, int op)
753753
{
754754
PyObject *res;

0 commit comments

Comments
 (0)