]> granicus.if.org Git - python/commit
Can't return NULL from a void function. If there is a memory error,
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 14 Aug 2006 00:59:03 +0000 (00:59 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 14 Aug 2006 00:59:03 +0000 (00:59 +0000)
commitaf33f2d57191985a9bf13b40549b6294873de68b
treefe32e01b48aa43b3165cc75a7cdbf9d1d934de08
parent714a59d26516a324f808cc1d27b19642188e33e5
Can't return NULL from a void function.  If there is a memory error,
about the best we can do is call PyErr_WriteUnraisable and go on.
We won't be able to do the call below either, so verify delstr is valid.
Objects/classobject.c