]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Dec 2017 13:11:51 +0000 (05:11 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Dec 2017 13:11:51 +0000 (15:11 +0200)
commit5659743b5693c9e23313a74117948294e35013f4
tree91b198e9ae541b231e2f2236c8adf0f75712635c
parent572636d42566da8eb6e85d5b8164e9ed8860a255
bpo-32365: Fix a reference leak when compile __debug__. (GH-4916) (#4918)

It was introduced in bpo-27169.
(cherry picked from commit bd6ec4d79e8575df3d08f8a89ba721930032714c)
Python/compile.c