Consise doc on which C api calls do things with ref counts?

Robert Kern kern at caltech.edu
Wed Mar 22 22:07:56 EST 2000


In article <uKeC4.1930$U95.30716 at news.pacbell.net>,
	"Grant Munsey" <gmunsey at adobe.com> writes:
> 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?
> 
> I just wanna make sure I don't decrement my refcount one too
> many times and disappear!

The main C API Reference was just updated today to provide that 
information.

http://www.python.org/doc/api/api.html

-- 
Robert Kern
kern at caltech.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter



More information about the Python-list mailing list