bpo-42866: Fix refleak in CJK getcodec()#24165
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. |
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry, something went wrong.
|
Sorry @vstinner, I had trouble checking out the |
Sorry, something went wrong.
Fix a reference leak in the getcodec() function of CJK codecs. (cherry picked from commit e542d41) Co-authored-by: Victor Stinner <vstinner@python.org>
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry, something went wrong.
Fix a reference leak in the getcodec() function of CJK codecs. (cherry picked from commit e542d41) Co-authored-by: Victor Stinner <vstinner@python.org>
Fix a reference leak in the getcodec() function of CJK codecs.
|
Is python3.7 involved? |
Sorry, something went wrong.
|
Sadly, right now, Python 3.7 and 3.8 no longer accept bugfixes: you must upgrade Python, or backport the fix yourself. |
Sorry, something went wrong.
Fix a reference leak in the getcodec() function of CJK codecs.
https://bugs.python.org/issue42866