Serhiy Storchaka added the comment: 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 ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1243730> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com