[Bug 767570] Re: pyflakes crashed with AttributeError in handleNode(): 'Checker' object has no attribute 'SET'

2013-08-04 Thread Dmitrijs Ledkovs
** Changed in: pyflakes (Ubuntu) Status: Confirmed = Fix Released -- 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'

[Bug 767570] Re: pyflakes crashed with AttributeError in handleNode(): 'Checker' object has no attribute 'SET'

2012-05-30 Thread Ubuntu Foundation's Bug Bot
** Changed in: pyflakes (Ubuntu) Importance: Undecided = Medium -- 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

[Bug 767570] Re: pyflakes crashed with AttributeError in handleNode(): 'Checker' object has no attribute 'SET'

2011-09-12 Thread Tristan Seligmann
This fix was included in pyflakes 0.5.0. ** Changed in: pyflakes Status: Fix Committed = Fix Released ** Changed in: pyflakes Assignee: (unassigned) = Tristan Seligmann (mithrandi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 767570] Re: pyflakes crashed with AttributeError in handleNode(): 'Checker' object has no attribute 'SET'

2011-08-23 Thread Jean-Paul Calderone
I think a new release is a great idea. I'll see if I can find someone to take care of it. -- 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

[Bug 767570] Re: pyflakes crashed with AttributeError in handleNode(): 'Checker' object has no attribute 'SET'

2011-08-22 Thread Barry Warsaw
Thanks for the reference JP. That revision can't be cleanly cherry picked into the 0.4.0 we have in Ubuntu. I suppose we have a few options, depending on what you want to do with upstream. I see 0.4.0 is pretty old - any chance you might release a new upstream version soon? If not, then we'd

[Bug 767570] Re: pyflakes crashed with AttributeError in handleNode(): 'Checker' object has no attribute 'SET'

2011-08-20 Thread Jean-Paul Calderone
I think this was fixed in r2667 (http://bazaar.launchpad.net/~divmod- dev/divmod.org/trunk/revision/2667) (which has not yet been released, and presumably isn't present in the Ubuntu package either). ** Changed in: pyflakes Status: New = Fix Committed -- You received this bug

[Bug 767570] Re: pyflakes crashed with AttributeError in handleNode(): 'Checker' object has no attribute 'SET'

2011-08-19 Thread Barry Warsaw
I've not seen this before and can't reproduce it. Visual code inspection of the latest pyflakes doesn't match the traceback, and I can see where the SET attribute is getting created. I see no related bugs in the upstream tracker. Do you have a reproducible code example that illustrates this

[Bug 767570] Re: pyflakes crashed with AttributeError in handleNode(): 'Checker' object has no attribute 'SET'

2011-08-19 Thread Barry Warsaw
** Also affects: pyflakes Importance: Undecided Status: New -- 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'

[Bug 767570] Re: pyflakes crashed with AttributeError in handleNode(): 'Checker' object has no attribute 'SET'

2011-08-19 Thread Jim Baker
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