mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Followup to a541bda2f5e2: Add a short comment.
This commit is contained in:
parent
96e76775bc
commit
1659b83b1d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue