C extensions and memory leakage

Fredrik Lundh fredrik at pythonware.com
Fri Nov 17 05:17:37 EST 2006


Sheldon wrote:

> I am very new at this C extensions in Python so my term wrapper was
> probably a misnomer. Perhaps glue is better or the interface that
> allows the exchange of data between Python and C.
> Yes, I am using python objects in my C extension.
> Tell me where I can find out more about this reference counters? Or
> perhaps you can tell something about it.

http://docs.python.org/ext/refcounts.html

</F>




More information about the Python-list mailing list