]> granicus.if.org Git - python/commit
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
authorZackery Spytz <zspytz@gmail.com>
Thu, 11 Oct 2018 05:05:35 +0000 (23:05 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Oct 2018 05:05:35 +0000 (08:05 +0300)
commitfc439d20de32b0ebccca79a96e31f83b85ec4eaf
tree3eff47cab7bf0298b65ea679cf9014e50a16df44
parent9b8c2e767643256202bb11456ba8665593b9a500
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
Python/symtable.c