[Python-projects] PyLint crash
Sylvain Thénault
sylvain.thenault at logilab.fr
Wed Mar 7 09:38:13 CET 2007
On Monday 05 March à 21:18, Maarten ter Huurne wrote:
>
> Hi,
>
> If I feed the following program to PyLint:
> ===
> def f(g = lambda: None):
> g().x
> ===
> It crashes on the statement "i = self.argnames.index(argname)" in ASTNG,
> because "argname" does not exist in "self.argnames".
fixed in the repository
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
Python et calcul scientifique: http://www.logilab.fr/science
More information about the Python-Projects
mailing list