]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Backport r50743 | neal.norwitz]
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 18:08:58 +0000 (18:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 18:08:58 +0000 (18:08 +0000)
commit8a28c164308f2683ba4f934ef5d2d4c3e574ba3c
treed7777cc4b9523c03e3ef433940a1869824058795
parentaf4defb79ddec0c5db161f9b084097b843918737
[Backport r50743 | neal.norwitz]

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