Hello all-<br>&nbsp;&nbsp;&nbsp; This is fairly trivial, but I couldn&#39;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&#39;t think anyone in their right mind would program that way, but that doesn&#39;t mean the check should fail.<br>
&nbsp;&nbsp;&nbsp; I&#39;ve attached a simple example that lints completely cleanly (against a recently-checked-out pylint) that when run generates a NameError.<br>-Nathaniel<br>