Update of /projects/cvsroot/python/dist/src/Objects In directory anthem:/projects/python/develop/bwarsaw/src/Objects Modified Files: longobject.c Log Message: PyLong_FromString(): Nailed a small memory leak. In the str==start test, we forgot that z is still pointing to a real live object. DECREF() it before returning.