Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1659b83

Browse files
author
Charles-François Natali
committed
Followup to a541bda2f5e2: Add a short comment.
1 parent 96e7677 commit 1659b83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/import.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1946,6 +1946,7 @@ find_module_path_list(PyObject *fullname, PyObject *name,
19461946

19471947
if (_Py_stat(filename, &statbuf) != 0 || S_ISDIR(statbuf.st_mode))
19481948
{
1949+
/* it doesn't exist, or it's a directory */
19491950
Py_DECREF(filename);
19501951
continue;
19511952
}

0 commit comments

Comments
 (0)