C extensions and memory leakage

Sheldon shejo284 at gmail.com
Fri Nov 17 06:45:01 EST 2006


Fredrik Lundh wrote:
> 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>

Thanks!




More information about the Python-list mailing list