]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
authorZackery Spytz <zspytz@gmail.com>
Fri, 16 Nov 2018 15:58:55 +0000 (08:58 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 16 Nov 2018 15:58:55 +0000 (17:58 +0200)
commitad65f15581173542f1d2a9968a63bee272510ce3
tree263595bf50a96416143d088c63ba15bab80fec2b
parent90d0cfb22269261333e82a7c8a17b66d6695f7b6
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)

This missed PyErr_NoMemory() could cause a SystemError when calling
_symtable.symtable().
Python/symtable.c