]> 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:24:14 +0000 (22:24 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Oct 2018 05:24:14 +0000 (22:24 -0700)
commit1c2cb516e49ceb56f76e90645e67e8df4e5df01a
treed0fde66d720961d2a99f9f9765ac32fe0af64b5c
parent8b040e55395b37bdb8fd4ec85a270cfc9ec95307
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