◐ Shell
clean mode source ↗

bpo-42866: Fix refleak in CJK getcodec() by vstinner · Pull Request #24165 · python/cpython

Fix a reference leak in the getcodec() function of CJK codecs.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 8, 2021
Fix a reference leak in the getcodec() function of CJK codecs.
(cherry picked from commit e542d41)

Co-authored-by: Victor Stinner <vstinner@python.org>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 8, 2021
Fix a reference leak in the getcodec() function of CJK codecs.
(cherry picked from commit e542d41)

Co-authored-by: Victor Stinner <vstinner@python.org>

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021
Fix a reference leak in the getcodec() function of CJK codecs.