]> granicus.if.org Git - python/commit
bpo-37954: Fix reference leak in the symtable (GH-15514)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Aug 2019 15:49:44 +0000 (08:49 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 15:49:44 +0000 (08:49 -0700)
commited8af33cce5554545d2bd079b23fe551d26fb4bd
treee6f24d1a0bd9862fc8b899bd9f32e033d6f17371
parent82f4bfdbb053eea1c67159b2d73717a21eb89893
bpo-37954: Fix reference leak in the symtable (GH-15514)

(cherry picked from commit 4901dc46da5ecb131f8d902a0fbd704934f209e1)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Python/symtable.c