Closed pylint-bot closed 8 years ago
Original comment by Sylvain Thénault (BitBucket: sthenault, GitHub: @sthenault?):
This is probably the python3 version of https://bitbucket.org/logilab/astroid/issue/3/error-after-upgrade-to-pylint-10.
Could you try using the astroid mercurial tip to ensure it fixes the pb ?
Original comment by Sylvain Thénault (BitBucket: sthenault, GitHub: @sthenault?):
should be fixed by astroid tip
Original comment by Antony Lee (BitBucket: anntzer, GitHub: @anntzer?):
A slight variant of this still crashes pylint (1.3.1):
#!python
from collections import namedtuple
class C(namedtuple("C", "foo bar")):
def __str__(self):
return "{0.foo}: {0.bar}".format(self)
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):
Could you open another issue with this crash, please?
Originally reported by: Antony Lee (BitBucket: anntzer, GitHub: @anntzer?)
The following pattern crashes pylint 1.0.0:
with the following traceback: