mirror of https://github.com/pyodide/pyodide.git
parent
5631fcd1d6
commit
d548644ad0
|
@ -178,7 +178,7 @@ JsProxy_RichCompare(PyObject* a, PyObject* b, int op)
|
|||
}
|
||||
|
||||
static PyObject*
|
||||
JsProxy_GetIter(PyObject* o, PyObject* _args)
|
||||
JsProxy_GetIter(PyObject* o)
|
||||
{
|
||||
JsProxy* self = (JsProxy*)o;
|
||||
|
||||
|
|
Loading…
Reference in New Issue