Skip to content

[3.14] gh-140939: Fix memory leak in _PyBytes_FormatEx error path (GH-140957) - #141154

Merged
vstinner merged 1 commit into
python:3.14from
StanFromIreland:backport-d6c89a2-3.14
Nov 6, 2025
Merged

[3.14] gh-140939: Fix memory leak in _PyBytes_FormatEx error path (GH-140957)#141154
vstinner merged 1 commit into
python:3.14from
StanFromIreland:backport-d6c89a2-3.14

Conversation

@StanFromIreland

@StanFromIrelandStanFromIreland commented Nov 6, 2025

Copy link
Copy Markdown
Member

…path (pythonGH-140957)
(cherry picked from commit d6c89a2)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vstinnervstinner added the needs backport to 3.13 bugs and security fixes label Nov 6, 2025
@vstinner
vstinner enabled auto-merge (squash) November 6, 2025 15:58
@vstinnervstinner removed the needs backport to 3.13 bugs and security fixes label Nov 6, 2025
@StanFromIreland

Copy link
Copy Markdown
MemberAuthor

added the needs backport to 3.13 label

Ah yes, that would have made my life easier since it was the same conflict.

@vstinner
vstinner merged commit ebf5459 into python:3.14Nov 6, 2025
59 checks passed
@StanFromIreland
StanFromIreland deleted the backport-d6c89a2-3.14 branch November 6, 2025 16:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@StanFromIreland@vstinner