Hello all-<br> This is fairly trivial, but I couldn't find it currently tracked in the issue tracker. As the subject line indicates, the undefined-variable checker fails if the undefined variable is __dict__. I don't think anyone in their right mind would program that way, but that doesn't mean the check should fail.<br>
I've attached a simple example that lints completely cleanly (against a recently-checked-out pylint) that when run generates a NameError.<br>-Nathaniel<br>