logilab-astng #50205 avoid double parsing of modules [open]
When using implicite relative import or running pylint from a package like: logilab/ $ pylint astng/ astng will generate the same module with different name like 'astng.builder' and 'logilab.astng.builder. We should use Module.file to avoid that, but what is the "right" name of the module. This is related to closed ticket http://www.logilab.org/ticket/22100 | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
load | 1.000 |
load left | 1.000 |
closed by | <not specified> |
Comments
-
2010/10/21 10:20, written by sthenault
add commentplease note python itself suffer from the same pb, so I'm not sure at all we should
consider this as a pylint/astng bug.