On Dec 15, 2009, at 09:03 PM, Daniel Harding wrote:

>This past June problems were reported with seeing messages like the 
>following on stderr when running pylint:
>
>     Exception RuntimeError: 'maximum recursion depth exceeded while
>     calling a Python object' in <type 'exceptions.AttributeError'>
>     ignored
>
>At the time it was attributed to a bug in Python 2.6.2.  However, after 
>upgrading to Python 2.6.4 I still saw the problem, so decided to 
>investigate further, and eventually tracked it down to an infinite 
>recursion in logilab-astng

I've definitely hit the same problem with the latest pylint, and I agree it
has something to do with getattrs.  If the devs need another test case, you
can use the Mailman 3 source code: 'bzr branch lp:mailman'

-Barry

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to