Fix smelly

This commit is contained in:
Pablo Galindo Salgado 2025-12-06 18:13:41 +00:00
parent a39cd25f15
commit f70d4df39c
3 changed files with 4 additions and 2 deletions

View file

@ -3476,7 +3476,7 @@ _PyEval_ImportNameWithImport(PyThreadState *tstate, PyObject *import_func, PyObj
return res;
}
int
static int
check_lazy_import_comatibility(PyThreadState *tstate, PyObject *globals,
PyObject *name, PyObject *level)
{