This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ajaksu2, barry, holdenweb, lpd, r.david.murray, serhiy.storchaka
Date 2013-03-14.20:46:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363293960.84.0.964550863521.issue1243730@psf.upfronthosting.co.za>
In-reply-to
Content
Test fails with stack overflow:

======================================================================
ERROR: test_pushCR_LF (email.test.test_email.TestIterators)
FeedParser BufferedSubFile.push() assumed it received complete
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython2.7/Lib/email/test/test_email.py", line 2585, in test_pushCR_LF
    bsf.push(il)
  File "/home/serhiy/py/cpython2.7/Lib/email/feedparser.py", line 140, in push
    parts = _splitlines(data)
  File "/home/serhiy/py/cpython2.7/Lib/email/feedparser.py", line 170, in _splitlines
    lines.extend(_splitlines(part))
...
  File "/home/serhiy/py/cpython2.7/Lib/email/feedparser.py", line 170, in _splitlines
    lines.extend(_splitlines(part))
RuntimeError: maximum recursion depth exceeded
History
Date User Action Args
2013-03-14 20:46:00serhiy.storchakasetrecipients: + serhiy.storchaka, barry, holdenweb, lpd, ajaksu2, r.david.murray
2013-03-14 20:46:00serhiy.storchakasetmessageid: <1363293960.84.0.964550863521.issue1243730@psf.upfronthosting.co.za>
2013-03-14 20:46:00serhiy.storchakalinkissue1243730 messages
2013-03-14 20:46:00serhiy.storchakacreate