]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Nov 2018 16:32:07 +0000 (08:32 -0800)
committerGitHub <noreply@github.com>
Fri, 16 Nov 2018 16:32:07 +0000 (08:32 -0800)
commite45fa7393b3e9eb3f1879305ad851f1db2809996
tree7f8657a2d6f12d2d3a6e8e8e1e36a7e017a7e680
parent2907d93889b67cda4041c4cb716521ee70af3703
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)

This missed PyErr_NoMemory() could cause a SystemError when calling
_symtable.symtable().
(cherry picked from commit ad65f15581173542f1d2a9968a63bee272510ce3)

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