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

@ -4052,7 +4052,7 @@ import_find_and_load(PyThreadState *tstate, PyObject *abs_name)
#undef accumulated
}
PyObject *
static PyObject *
get_abs_name(PyThreadState *tstate, PyObject *name, PyObject *globals, int level)
{
if (level > 0) {