Doc question

Martin von Loewis loewis at informatik.hu-berlin.de
Sun Jul 9 06:16:12 EDT 2000


"Arinté" <shouldbe at message.com> writes:

> So, I don't need to do a Py_XDECREF on this unless I need to keep it, and in
> that case I need to do a Incref first.  Correct.

Correct. The caller still holds a reference to the entire tuple, so
the object can't go away.

Regards,
Martin



More information about the Python-list mailing list