]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths ...
authorRamin Farajpour Cami <ramin.blackhat@gmail.com>
Tue, 7 Apr 2026 10:22:22 +0000 (13:52 +0330)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2026 10:22:22 +0000 (12:22 +0200)
commit4c8d6f4f6857657873a48ad88c8b619d7c0b0f6b
treec0468319a08c85eef0066cbf5edc144bfad48860
parent3038ee956e3f7dda10e694764b4e7d4ae7294057
[3.13] gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths (GH-144992) (#146142)

* gh-144984: Fix crash in Expat's `ExternalEntityParserCreate` error paths (#144992)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* gh-144984: Skip test under tracerefs (GH-146218)

---------

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/test/test_pyexpat.py
Misc/NEWS.d/next/Library/2026-02-19-12-00-00.gh-issue-144984.b93995c982.rst [new file with mode: 0644]
Modules/pyexpat.c