Pyrex and refcounts (Re: unladen swallow: python and llvm)
greg
greg at cosc.canterbury.ac.nz
Mon Jun 8 20:48:40 EDT 2009
bearophileHUGS at lycos.com wrote:
> I have tried to create a certain data structure with a recent version
> of Pyrex on Windows, and I have wasted lot of time looking for missing
> reference count updates that didn't happen, or memory that didn't get
> freed.
Can you elaborate on those problems? The only way
you should be able to get reference count errors
in Pyrex code is if you're casting between Python
and non-Python types.
--
Greg
More information about the Python-list
mailing list