FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.14] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) by miss-islington · Pull Request #139606 · python/cpython · GitHub

/ cpython Public

[3.14] gh-139400: Make sure that parent parsers outlive their subparsers in pyexpat (GH-139403) - #139606

Merged
hugovk merged 1 commit into
python:3.14from
miss-islington:backport-6edb2dd-3.14
Oct 5, 2025
Merged

[3.14] gh-139400: Make sure that parent parsers outlive their subparsers in pyexpat (GH-139403)#139606
hugovk merged 1 commit into
python:3.14from
miss-islington:backport-6edb2dd-3.14

Conversation

miss-islington commented Oct 5, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor
  • 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>
hugovk enabled auto-merge (squash) October 5, 2025 15:40
hugovk merged commit 66ca0d9 into python:3.14 Oct 5, 2025
52 checks passed

bedevere-app Bot commented Oct 6, 2025

Copy link
Copy Markdown

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

bedevere-app Bot commented Oct 6, 2025

Copy link
Copy Markdown

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-islington deleted the backport-6edb2dd-3.14 branch January 2, 2026 16:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to 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


Back | FazBrowse Home | New Git URL