mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
actually return the result
This commit is contained in:
parent
ca28e99202
commit
2d12e1458f
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ zipimporter_find_module(PyObject *obj, PyObject *args)
|
|||
break;
|
||||
}
|
||||
Py_XINCREF(result);
|
||||
return NULL;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue