]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117246)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Mar 2024 13:44:58 +0000 (14:44 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Mar 2024 13:44:58 +0000 (14:44 +0100)
commit0a263ccd1f022df1d827f46656bc789691155b9c
tree23960b744bb10743dfbf6e79dccf997f61520e4e
parent83518b3511712eb95e496bed5a8cf7498ebd02ea
[3.10] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117246)

This fixes XML unittest fallout from the https://github.com/python/cpython/issues/115398 security fix.  When configured using `--with-system-expat` on systems with older pre 2.6.0 versions of libexpat, our unittests were failing.

Co-authored-by: Sebastian Pipping <sebastian@pipping.org>
Lib/test/test_sax.py
Lib/test/test_xml_etree.py
Misc/NEWS.d/next/Tests/2024-03-24-23-49-25.gh-issue-117187.eMLT5n.rst [new file with mode: 0644]