-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-120244: Fix re.sub()
reference leak
#120245
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please add a NEWS entry, this is a user visible change.
Misc/NEWS.d/next/Library/2024-06-08-09-45-31.gh-issue-120244.8o9Dzr.rst
Outdated
Show resolved
Hide resolved
Thanks @neonene for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
(cherry picked from commit 38a25e9) Co-authored-by: neonene <[email protected]>
GH-120264 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit 38a25e9) Co-authored-by: neonene <[email protected]>
GH-120265 is a backport of this pull request to the 3.12 branch. |
Thanks. |
(cherry picked from commit 38a25e9) Co-authored-by: neonene <[email protected]>
(cherry picked from commit 38a25e9) Co-authored-by: neonene <[email protected]>
This patch is based on the commit: 75a6fad.
cc @serhiy-storchaka
re.sub()
leaks references #120244