actually return the result
This commit is contained in:
parent
ca28e99202
commit
2d12e1458f
|
@ -394,7 +394,7 @@ zipimporter_find_module(PyObject *obj, PyObject *args)
|
|||
break;
|
||||
}
|
||||
Py_XINCREF(result);
|
||||
return NULL;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue