summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-05-09 12:33:32 -0600
committerPetr Viktorin <pviktori@redhat.com>2019-05-22 16:06:13 +0200
commit1e5e9413d4682c73ebbfeb3ae6a41a11b3dc4703 (patch)
treee6086df53d95c5aa4e78408a4fd664d380ed8f51 /Tools
parentd092caf096fa48baadfc0900792206bb5aa0192d (diff)
downloadcpython-git-backport-0613c1e-3.7.tar.gz
[3.7] Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304)backport-0613c1e-3.7
If the PyObject_MALLOC() call failed in PyType_FromSpecWithBases(), PyObject_Free() would be called on a static string in type_dealloc(). (cherry picked from commit 0613c1e481440aa8f54ba7f6056924c175fbcc13) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Tools')
0 files changed, 0 insertions, 0 deletions