[Bug 456870] Re: pylint spews Exception RuntimeError: maximum recursion depth exceeded while calling a Python object
Pander
456870 at bugs.launchpad.net
Sun Jun 14 20:47:01 UTC 2015
Is this still a bug that needs fixing?
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to pylint in Ubuntu.
https://bugs.launchpad.net/bugs/456870
Title:
pylint spews Exception RuntimeError: maximum recursion depth exceeded
while calling a Python object
Status in analyzes Python source code looking for bugs and signs of poor quality.:
Unknown
Status in pylint package in Ubuntu:
Confirmed
Bug description:
When operating on a file that calls email.message.Message.get(),
pylint 0.15.2-1 spews repeated copies of this error message:
Exception RuntimeError: 'maximum recursion depth exceeded while
calling a Python object' in <type 'exceptions.AttributeError'> ignored
Here is a test program that triggers pylint's complaints:
import email.parser
parser = email.parser.HeaderParser()
message = parser.parsestr( '')
message.get('From')
To manage notifications about this bug go to:
https://bugs.launchpad.net/pylint/+bug/456870/+subscriptions
More information about the foundations-bugs
mailing list