[Python-projects] pylint suggestion

Amaury Forgeot d'Arc amauryfa at gmail.com
Wed Jun 17 14:40:16 CEST 2009


Hi,
2009/6/17  <Okko.Willeboordse at imtech.nl>:
> Hallo
>
> I found that with Python 2.6 pylint started outputting lines like below to
> stderr;
> Exception RuntimeError: 'maximum recursion depth exceeded while calling a
> Python object' in <type 'exceptions.RuntimeError'> ignored
> Exception RuntimeError: 'maximum recursion depth exceeded in
> __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
> Exception RuntimeError: 'maximum recursion depth exceeded in
> __subclasscheck__' in <type 'exceptions.AttributeError'> ignored
>
> This is confusing.
>
> I changed the following bat files;
> pylint-gui.bat
> pylint.bat
> pyreverse.bat
> pytest.bat
> symilar.bat
>
> in     C:\Python26\Scripts
>
> like this      python -x "%~f0" %*     =>     python -x "%~f0" %* 2>NUL
>
> Obviously I run pylint on the Windows platform, Windows server 2003, and the
> version is;
> pylint.bat 0.18.0,
> astng 0.19.0, common 0.39.0
> Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
>
> Could you change this in the next release?

Please don't! this is probably a problem with python2.6.
Do you have a test case to reproduce it?

-- 
Amaury Forgeot d'Arc


More information about the Python-Projects mailing list