[Bug 456870] Re: pylint spews Exception RuntimeError: maximum recursion depth exceeded while calling a Python object

Pander 456870 at bugs.launchpad.net
Sun Oct 4 15:00:43 UTC 2015


** Tags added: 15.10 python

-- 
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:
  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