]> granicus.if.org Git - python/commit
bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Jul 2018 22:05:29 +0000 (15:05 -0700)
committerVictor Stinner <vstinner@redhat.com>
Wed, 11 Jul 2018 22:05:29 +0000 (00:05 +0200)
commit3b06285d2b7963d9d06b60e85712d5ecc6540deb
tree00728e49bacd5014669a93c29a8748befa2b0108
parentec7562068fd123969ab4d27e11f4070271c72e16
bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257)

(cherry picked from commit 993030aac576710a46b3dd0b4864f819d4a94145)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2018-07-10-11-24-16.bpo-34080.8t7PtO.rst [new file with mode: 0644]
Python/pythonrun.c