[Pyrex] [Cython] Python 3

Stefan Behnel stefan_ml at behnel.de
Tue Apr 29 08:58:04 CEST 2008


Hi,

Greg Ewing wrote:
> Something that doesn't seem to have been considered
> as much as it needs to be is the issue of memory
> management. Currently, coercing a Python string
> into a char * doesn't require allocating an memory.
> 
> But if a re-coding operation is required
[...]

No re-coding, no memory allocation. Please read the (lengthy) thread we had on
the Cython list about this topic.

http://comments.gmane.org/gmane.comp.python.cython.devel/1043

Stefan



More information about the Pyrex mailing list