]> granicus.if.org Git - python/commit
Fix some missing checks after PyTuple_New, PyList_New, PyDict_New
authorGeorg Brandl <georg@python.org>
Fri, 17 Mar 2006 19:03:25 +0000 (19:03 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 17 Mar 2006 19:03:25 +0000 (19:03 +0000)
commit5c170fd4a9d2bc2e475d718cbbce526cad4a3eaa
tree26fd8d333d8b7fdde9e4b4bb2c39082d9a3d29d0
parenta5a0704942fcd422f817c9b34e77a2346ddcf102
Fix some missing 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
Python/compile.c