Consise doc on which C api calls do things with ref counts?
Neel Krishnaswami
neelk at brick.cswv.com
Wed Mar 22 21:40:40 EST 2000
Grant Munsey <gmunsey at adobe.com> wrote:
> I though I saw mention of a concise doc that tells exactly what
> each of the Python C api calls does with object refcounts.
> Is there such a thing?
Thanks to Fred Drake, as of today there is.
X#
Go to http://www.python.org/doc, and grab the latest version of the
Python documentation -- it should have info on refcounts for every
function in the C API.
Neel
More information about the Python-list
mailing list