]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport rev 51262 from trunk -- squashes a compiler warning on Windows
authorTim Peters <tim.peters@gmail.com>
Mon, 9 Oct 2006 23:37:58 +0000 (23:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 9 Oct 2006 23:37:58 +0000 (23:37 +0000)
commit0af9b87953a450145a1557fc93fa4a82463263b1
treebbd45ab0dfdad41c07fc4e56079b310dad396ad6
parent99887e143038b0d0ebd249e9379d165bf6c1806e
Backport rev 51262 from trunk -- squashes a compiler warning on Windows
about truly wrong code.

Checkin comment from 51262:

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