◐ Shell
clean mode source ↗

[3.14] gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (GH-140957) by StanFromIreland · Pull Request #141154 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@StanFromIreland

@StanFromIreland StanFromIreland commented

Nov 6, 2025

edited by bedevere-app Bot

Loading

Copy link Copy Markdown

Member

…path (pythonGH-140957)

(cherry picked from commit d6c89a2)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>

@vstinner vstinner 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

@vstinner vstinner 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

@vstinner vstinner removed the needs backport to 3.13

bugs and security fixes

label

Nov 6, 2025

@StanFromIreland

Copy link Copy Markdown

Member Author

added the needs backport to 3.13 label

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

vstinner reacted with thumbs up emoji

@vstinner vstinner merged commit ebf5459 into python:3.14

Nov 6, 2025

59 checks passed

@StanFromIreland StanFromIreland deleted the backport-d6c89a2-3.14 branch

November 6, 2025 16:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@vstinner vstinner vstinner approved these changes

Assignees

No one assigned

Labels

type-bug

An unexpected behavior, bug, or error

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@StanFromIreland @vstinner