[Python-projects] PyLint + rpython: AttributeError: Lambda instance has no attribute 'pytype'
Sylvain Thénault
sylvain.thenault at logilab.fr
Wed Mar 7 10:11:56 CET 2007
On Monday 05 March à 22:00, Maarten ter Huurne wrote:
>
> Hi,
>
> When checking the following program with rpython enabled:
> ===
> def f():
> g = lambda: None
> ===
>
> in check_types
> types.add(infered.pytype())
> AttributeError: Lambda instance has no attribute 'pytype'
> ===
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