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 mattip
Recipients corona10, lukasz.langa, mattip, mgorny, miss-islington, ned.deily, sping
Date 2022-03-04.13:31:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646400693.69.0.183609133492.issue46794@roundup.psfhosted.org>
In-reply-to
Content
On PyPy, the test `test_issue3151` in `test_xml_etree.py` is failing with libexpat 2.4.6. I think the problem is connected to instantiation of the `XMLParser()` with `parser = expat.ParserCreate(encoding, "}")` where `"}"` is not a valid URI character. In any case, due to libexpat issue 577, https://github.com/libexpat/libexpat/pull/577 they will be releasing a new version 2.4.7 soon.
History
Date User Action Args
2022-03-04 13:31:33mattipsetrecipients: + mattip, ned.deily, lukasz.langa, mgorny, sping, corona10, miss-islington
2022-03-04 13:31:33mattipsetmessageid: <1646400693.69.0.183609133492.issue46794@roundup.psfhosted.org>
2022-03-04 13:31:33mattiplinkissue46794 messages
2022-03-04 13:31:33mattipcreate