> You just want ret = (PyObject*) arr; > Paul okay, I tried that and it worked. But what about the circumstance where I want to return the array AND other values. So then I would build a list and return it. Again, won't I have too many references to may array? Thanks Mathew