]> granicus.if.org Git - python/commit
bpo-33132: Fix more reference counting issues in the compiler. (GH-6323)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 31 Mar 2018 23:41:28 +0000 (16:41 -0700)
committerGitHub <noreply@github.com>
Sat, 31 Mar 2018 23:41:28 +0000 (16:41 -0700)
commit9e96e7b24e4d3ff4dce4f24c4e469cd5460712c9
tree1d4740698cc9e88e10ada6fb284b98d3ce2c98d9
parent7dcfd6c66344594844d441e197174366ff9cfe4e
bpo-33132: Fix more reference counting issues in the compiler. (GH-6323)

(cherry picked from commit aa8e51f5ebb2a71c76059f050de01fc3c985376a)

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