Update of /projects/cvsroot/python/dist/src/Modules In directory weyr:/home/fdrake/projects/python/Modules Modified Files: zlibmodule.c Log Message: When _PyString_Resize() reports failure, the variable referring to the string we wanted to resize is set to NULL. Don't Py_DECREF() those variables! (5 places)