Commit 2d12e145 authored by Benjamin Peterson's avatar Benjamin Peterson

actually return the result

parent ca28e992
......@@ -394,7 +394,7 @@ zipimporter_find_module(PyObject *obj, PyObject *args)
break;
}
Py_XINCREF(result);
return NULL;
return result;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment