Re: [Python-projects] "maximum recursion depth exceeded" messages

2010-02-17 Thread Sylvain Thénault
On 16 février 02:07, Edward K. Ream wrote: > QQQ > I haven't seen any updates on the "maximum recursion depth exceeded" bug > recently. Any word on whether the developers have reproduced it or when it > might be fixed? > > It's still broken in pylint 0.19.0 and logilab-astng 0.19.3 with python >

Re: [Python-projects] "maximum recursion depth exceeded" messages

2010-02-16 Thread Sylvain Thénault
On 16 février 02:07, Edward K. Ream wrote: Hi, > QQQ > I haven't seen any updates on the "maximum recursion depth exceeded" bug > recently. Any word on whether the developers have reproduced it or when it > might be fixed? > > It's still broken in pylint 0.19.0 and logilab-astng 0.19.3 with pyt

Re: [Python-projects] "maximum recursion depth exceeded" messages

2010-02-16 Thread Edward K. Ream
QQQ I haven't seen any updates on the "maximum recursion depth exceeded" bug recently. Any word on whether the developers have reproduced it or when it might be fixed? It's still broken in pylint 0.19.0 and logilab-astng 0.19.3 with python 2.6.4. http://www.logilab.org/ticket/19641 https://bugs

Re: [Python-projects] "maximum recursion depth exceeded" messages

2010-02-12 Thread Forest
I haven't seen any updates on the "maximum recursion depth exceeded" bug recently. Any word on whether the developers have reproduced it or when it might be fixed? It's still broken in pylint 0.19.0 and logilab-astng 0.19.3 with python 2.6.4. http://www.logilab.org/ticket/19641 https://bugs.lau

Re: [Python-projects] "maximum recursion depth exceeded" messages

2010-01-15 Thread Sylvain Thénault
On 16 décembre 08:45, Barry Warsaw wrote: > 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 > >

Re: [Python-projects] "maximum recursion depth exceeded" messages

2009-12-16 Thread Barry Warsaw
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 > ignored > >At the tim

[Python-projects] "maximum recursion depth exceeded" messages

2009-12-16 Thread Daniel Harding
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 ignored At the time it was attributed to a bug in Python 2.6.2. However, after