]> granicus.if.org Git - python/commit
Remove many calls to set MemoryError exceptions.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 16 Oct 2001 21:23:58 +0000 (21:23 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 16 Oct 2001 21:23:58 +0000 (21:23 +0000)
commit9bc9d66eb1fed286693154405cc4c18626eff09e
tree6c16b6d5d2d06144f0867c6c5f75481cc874f22f
parent9714f99d60f5cb65fb63e084facd161937e7dc6d
Remove many calls to set MemoryError exceptions.

When PyString_FromStringAndSize() and _PyString_Resize() fail, they
set an exception.  There's no need to set a new exception.
Modules/zlibmodule.c