[Bug 456870] Re: pylint spews Exception RuntimeError: maximum recursion depth exceeded while calling a Python object
Pander
456870 at bugs.launchpad.net
Fri May 13 07:02:28 UTC 2016
** Changed in: pylint (Ubuntu)
Status: Confirmed => Invalid
** Changed in: pylint
Importance: Unknown => Undecided
** Changed in: pylint
Status: Unknown => New
** Changed in: pylint
Remote watch: www.logilab.org/ #19641 => None
** Changed in: pylint
Importance: Undecided => Unknown
** Changed in: pylint
Status: New => Unknown
** Changed in: pylint
Remote watch: None => www.logilab.org/ #19641
** Changed in: pylint
Importance: Unknown => Undecided
** Changed in: pylint
Status: Unknown => New
** Changed in: pylint
Remote watch: www.logilab.org/ #19641 => None
** Changed in: pylint
Status: New => Invalid
--
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 pylint:
Invalid
Status in pylint package in Ubuntu:
Invalid
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