SIGN IN SIGN UP

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.
B
Barry Warsaw committed
b5cebfe164fbf6c862e8aa9fb91628d1b8cf76be
Parent: aa2aea0