]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42866: Fix refleak in CJK getcodec() (GH-24165)
authorVictor Stinner <vstinner@python.org>
Fri, 8 Jan 2021 14:01:38 +0000 (15:01 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Jan 2021 14:01:38 +0000 (15:01 +0100)
commite542d417b96077d04aec089505eacb990c9799ae
treeef81dfd04b71bd7f8772f8cee4f0b2d7e900d158
parent07f2cee93f1b619650403981c455f47bfed8d818
bpo-42866: Fix refleak in CJK getcodec() (GH-24165)

Fix a reference leak in the getcodec() function of CJK codecs.
Misc/NEWS.d/next/Library/2021-01-08-10-57-21.bpo-42866.Y1DnrO.rst [new file with mode: 0644]
Modules/cjkcodecs/cjkcodecs.h