Re: [Cython] [Pyrex] Python 3
Stefan Behnel <[email protected]>
| Newsgroups | gmane.comp.python.cython.devel,gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
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