]> granicus.if.org Git - python/commit
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Apr 2018 07:12:38 +0000 (00:12 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Apr 2018 07:12:38 +0000 (00:12 -0700)
commit64421d9237e33725e3c2916cdf2b6d6da1751c2a
tree8cb0e9f94be0d3eaf10b433002a2a5c7fe19508e
parent28c179094bcb7829d184fb3cfb3ef626505b9f77
bpo-33231: Fix potential leak in normalizestring() (GH-6386)

(cherry picked from commit 0c1c4563a65ac451021d927058e4f25013934eb2)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
Misc/NEWS.d/next/Core and Builtins/2018-04-05-22-20-44.bpo-33231.3Jmo0q.rst [new file with mode: 0644]
Python/codecs.c