]> granicus.if.org Git - python/commit
bpo-33132: Fix reference counting issues in the compiler. (GH-6209)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 Mar 2018 21:27:06 +0000 (14:27 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Mar 2018 21:27:06 +0000 (14:27 -0700)
commit471364b4d977fc31bdf3012912954f24e4867d52
tree3d6dcd76db604af6af3b288763a285c4259c29eb
parent42bd62bc87a52538c0fc2134b76df316f30997da
bpo-33132: Fix reference counting issues in the compiler. (GH-6209)

(cherry picked from commit a95d98607efe0c43475b354543e49bf8e240bc6f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Python/compile.c