8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e9148 commit fe5a983Copy full SHA for fe5a983
Modules/posixmodule.c
@@ -16334,15 +16334,15 @@ ScandirIterator_iternext(PyObject *op)
16334
#endif
16335
16336
static PyObject *
16337
-ScandirIterator_close(PyObject *op, PyObject *Py_UNUSED(ignored))
+ScandirIterator 7A40 _close(PyObject *op, PyObject *Py_UNUSED(dummy))
16338
{
16339
ScandirIterator *self = ScandirIterator_CAST(op);
16340
ScandirIterator_closedir(self);
16341
Py_RETURN_NONE;
16342
}
16343
16344
16345
-ScandirIterator_enter(PyObject *self, PyObject *Py_UNUSED(ignored))
+ScandirIterator_enter(PyObject *self, PyObject *Py_UNUSED(dummy))
16346
16347
return Py_NewRef(self);
16348
0 commit comments