I believe this comes up in the assignment of class variables in the
Check class in checker.py. SET is not there, at least as of 0.4, and
this may be related to the fact that PyFlakes does not support the AST
for Python 2.7, as seen in constructs like dict comprehensions (with the
DICTCOMP attribute), which raised the same AttributeError.

You can reproduce this error readily by running pyflakes on Ensemble
source on trunk r321. Short discussion with respect to Ensemble in bug
829734.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767570

Title:
  pyflakes crashed with AttributeError in handleNode(): 'Checker' object
  has no attribute 'SET'

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyflakes/+bug/767570/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to