]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport: Fix missing NULL checks after PyTuple_New, PyList_New, PyDict_New
authorGeorg Brandl <georg@python.org>
Fri, 17 Mar 2006 19:04:15 +0000 (19:04 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 17 Mar 2006 19:04:15 +0000 (19:04 +0000)
commitd9ca66f2b2073529c335cc953d202f4068a7a870
tree836e61fef6401ebfb269b5b386aa7c4f5be3a80b
parentd1442b4d0edb38945f82da46711abefc3cb7df40
Backport: Fix missing NULL checks after PyTuple_New, PyList_New, PyDict_New
Modules/almodule.c
Modules/gcmodule.c
Modules/ossaudiodev.c
Modules/pyexpat.c
Objects/tupleobject.c
Objects/typeobject.c