]> 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:37:03 +0000 (00:37 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Apr 2018 07:37:03 +0000 (00:37 -0700)
commit2350a4765265158072bf7ad9f04402406d3d1ada
tree79bdcbc1e98b80bd3e615fbc4b61812a1580fc4d
parent8da15f09458fd4f4fe341861e41723892b25a11b
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