Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Oct 5, 2025

  • Modules/pyexpat.c: Disallow collection of in-use parent parsers.

Within libexpat, a parser created via XML_ExternalEntityParserCreate
is relying on its parent parser throughout its entire lifetime.
Prior to this fix, is was possible for the parent parser to be
garbage-collected too early.
(cherry picked from commit 6edb2dd)

Co-authored-by: Sebastian Pipping sebastian@pipping.org

…rs in `pyexpat` (pythonGH-139403) * Modules/pyexpat.c: Disallow collection of in-use parent parsers. Within libexpat, a parser created via `XML_ExternalEntityParserCreate` is relying on its parent parser throughout its entire lifetime. Prior to this fix, is was possible for the parent parser to be garbage-collected too early. (cherry picked from commit 6edb2dd) Co-authored-by: Sebastian Pipping <sebastian@pipping.org>
@hugovkhugovk enabled auto-merge (squash) October 5, 2025 15:40
@hugovkhugovk merged commit 66ca0d9 into python:3.14Oct 5, 2025
52 checks passed
@bedevere-app
Copy link

GH-139663 is a backport of this pull request to the 3.14 branch.

@bedevere-app
Copy link

GH-139663 is a backport of this pull request to the 3.14 branch.

hugovk pushed a commit that referenced this pull request Oct 6, 2025
danigm pushed a commit to openSUSE-Python/cpython that referenced this pull request Oct 7, 2025
@miss-islingtonmiss-islington deleted the backport-6edb2dd-3.14 branch January 2, 2026 16:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@picnixz@hugovk@hartwork