mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove a smelly export.
This commit is contained in:
parent
1ab29b2d3c
commit
d38855c35a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue