]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14909: A number of places were using PyMem_Realloc() apis and
authorKristjan Valur Jonsson <sweskman@gmail.com>
Thu, 31 May 2012 09:37:31 +0000 (09:37 +0000)
committerKristjan Valur Jonsson <sweskman@gmail.com>
Thu, 31 May 2012 09:37:31 +0000 (09:37 +0000)
commit85634d7a2e4b864c4ca3baa591e9479ffd5a2540
treefda37abce087013b6b52f85a19a4ff33c1b13dce
parent56517e5cb91c896024934a520d365d6e275eb1ad
Issue #14909: A number of places were using PyMem_Realloc() apis and
PyObject_GC_Resize() with incorrect error handling.  In case of errors,
the original object would be leaked.  This checkin fixes those cases.
Modules/_localemodule.c
Modules/_randommodule.c
Modules/unicodedata.c
Objects/frameobject.c
Objects/unicodeobject.c