[Numpy-discussion] PySequence_GetItem on numpy array doesn't inc refcount?
Neal Becker
ndbecker2@gmail....
Fri Feb 8 06:10:25 CST 2008
It seems that calling PySequence_GetItem on a PyArrayObject does not inc
refcount on the original object? That is surprising. Then, I suppose my
code is supposed to do that itself?
More information about the Numpy-discussion
mailing list