-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-42866: Fix refleak in CJK getcodec() #24165
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
Conversation
Fix a reference leak in the getcodec() function of CJK codecs.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
Sorry @vstinner, I had trouble checking out the |
|
GH-24167 is a backport of this pull request to the 3.9 branch. |
Fix a reference leak in the getcodec() function of CJK codecs. (cherry picked from commit e542d41) Co-authored-by: Victor Stinner <[email protected]>
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Fix a reference leak in the getcodec() function of CJK codecs. (cherry picked from commit e542d41) Co-authored-by: Victor Stinner <[email protected]>
|
GH-24168 is a backport of this pull request to the 3.8 branch. |
Fix a reference leak in the getcodec() function of CJK codecs.
|
Is python3.7 involved? |
|
Sadly, right now, Python 3.7 and 3.8 no longer accept bugfixes: you must upgrade Python, or backport the fix yourself. |
Fix a reference leak in the getcodec() function of CJK codecs.
https://bugs.python.org/issue42866