Followup to a541bda2f5e2: Add a short comment.

This commit is contained in:
Charles-François Natali 2011-12-07 23:17:58 +01:00
parent 96e76775bc
commit 1659b83b1d

View file

@ -1946,6 +1946,7 @@ find_module_path_list(PyObject *fullname, PyObject *name,
if (_Py_stat(filename, &statbuf) != 0 || S_ISDIR(statbuf.st_mode))
{
/* it doesn't exist, or it's a directory */
Py_DECREF(filename);
continue;
}