]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39307: Fix memory leak on error path in parsetok (GH-17953)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Jan 2020 10:54:24 +0000 (02:54 -0800)
committerGitHub <noreply@github.com>
Mon, 13 Jan 2020 10:54:24 +0000 (02:54 -0800)
commit9671b6b3b3e480fbc4b14aab7008b90b38767f55
tree7c6891195ce7f52a0779c931673ae2385e12e9a7
parentf1f0c58d3835b63692600436c70478f638c3352f
bpo-39307: Fix memory leak on error path in parsetok (GH-17953)

(cherry picked from commit 7ba6f18de2582755ae31888ba6a4237d96dddc48)

Co-authored-by: Alex Henrie <alexhenrie24@gmail.com>
Parser/parsetok.c