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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
