Fix leaks in point_new
PyTuple_Pack will do a Py_INCREF on it's arguments, so we need to Py_DECREF on them here