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.
1 file changed