mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Remove a smelly export.
This commit is contained in:
parent
1ab29b2d3c
commit
d38855c35a
@ -748,7 +748,7 @@ try_3way_to_rich_compare(PyObject *v, PyObject *w, int op)
|
||||
return result;
|
||||
}
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
do_richcmp(PyObject *v, PyObject *w, int op)
|
||||
{
|
||||
PyObject *res;
|
||||
|
Loading…
Reference in New Issue
Block a user