Message8076

Author samkramer
Recipients samkramer
Date 2013-07-26.14:53:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374850434.78.0.476973873776.issue2072@psf.upfronthosting.co.za>
In-reply-to
Content
This is a regression error of the Python feedparser library [https://code.google.com/p/feedparser/]. The same version of feedparser (5.1.3) works correctly in Jython 2.5.3.

The error message from the attached sample [rss.py] is as follows:
Traceback (most recent call last):
File "rss.py", line 2, in <module>
  import feedparser
File "C:\jython\2.7b1\Lib\site-packages\feedparser-5.1.3-py2.7.egg\feedparser.py", line 1867, in <module>
  class _BaseHTMLProcessor(sgmllib.SGMLParser):
File "C:\jython\2.7b1\Lib\site-packages\feedparser-5.1.3-py2.7.egg\feedparser.py", line 1899, in _BaseHTMLProcessor
  goahead.func_code = sgmllib.SGMLParser.goahead.func_code
RuntimeError: maximum recursion depth exceeded
History
Date User Action Args
2013-07-26 14:53:54samkramersetrecipients: + samkramer
2013-07-26 14:53:54samkramersetmessageid: <1374850434.78.0.476973873776.issue2072@psf.upfronthosting.co.za>
2013-07-26 14:53:54samkramerlinkissue2072 messages
2013-07-26 14:53:54samkramercreate