[pypy-issue] [issue1149] BeautifulSoup aborts parsing on quotation errors

chrysn tracker at bugs.pypy.org
Wed May 23 00:45:19 CEST 2012


chrysn <chrysn at fsfe.org> added the comment:

drilling down into BeautifulSoup made the cause of this issue obvious: bs4 uses 
lxml for parsing *if it is available* and falls back to another parser that 
handles said html code worse. lxml is not compatible with pypy due to cython 
code according to [1].

[1]  https://bitbucket.org/pypy/compatibility/wiki/lxml

please close or reassign this bug report as it is customary here.

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1149>
________________________________________


More information about the pypy-issue mailing list