commit | 1659b83b1d976aa0b938e347e5bf9273ebd0c7a4 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Wed Dec 07 23:17:58 2011 +0100 |
committer | Charles-François Natali <neologix@free.fr> | Wed Dec 07 23:17:58 2011 +0100 |
tree | 45a9c15c6a8bf49d0bcdd278867a800a6907988e | |
parent | 96e76775bc82d5bac72afa67840f23dc74b85150 [diff] |
Followup to a541bda2f5e2: Add a short comment.
diff --git a/Python/import.c b/Python/import.c index 9773687..47839c5 100644 --- a/Python/import.c +++ b/Python/import.c
@@ -1946,6 +1946,7 @@ if (_Py_stat(filename, &statbuf) != 0 || S_ISDIR(statbuf.st_mode)) { + /* it doesn't exist, or it's a directory */ Py_DECREF(filename); continue; }