]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Oct 2018 05:28:08 +0000 (22:28 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Oct 2018 05:28:08 +0000 (22:28 -0700)
commit1a23abed1340c44e0296d9963487443f63aea225
treec1996225eae131dc3053f9c984ab82d2fe77d025
parentf543e18708efb04ed3a0b78c8dc31fbb1404ac7d
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)

(cherry picked from commit fc439d20de32b0ebccca79a96e31f83b85ec4eaf)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Python/symtable.c