]> granicus.if.org Git - python/commit
Handle allocation failures gracefully. Found with failmalloc.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Jul 2006 05:32:28 +0000 (05:32 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Jul 2006 05:32:28 +0000 (05:32 +0000)
commite1fdb32ff2bb1f4b46b56fc1de03f8016bc6c780
treecd676947643217e1aaaa4723beecc6313d9d15b6
parent1adbb507013bea05cda92ea6aa9a8fef72657923
Handle allocation failures gracefully.  Found with failmalloc.
Many (all?) of these could be backported.
Misc/NEWS
Objects/typeobject.c
Objects/unicodeobject.c
Python/import.c
Python/pystate.c
Python/sysmodule.c