pylint #100468 pylint crashes on asserting EmptyNode hasattr 'ass_type' [open]
In logilab/astng/node_classes.py line 168 there is an assertion which checks whether the node in question has the attribute 'ass_type'. An EmptyNode (apparently) does not have this attribute and causes pylint to crash. | |
priority | important |
---|---|
type | bug |
done in | <not specified> |
load | 0.500 |
load left | 0.500 |
closed by | <not specified> |
Comments
-
2012/07/19 06:26, written by sthenault
-
2012/08/29 07:18, written by sthenault
add commentcould you please submit the smallest possible snippet of code that exhibit the pb? Without it, the bug can't be fixed.
also, have you tried with latest version of pylint/astng ? (no access to ass_type on line 168 of the mentionned file in the latest and greatest release)