Re: [Cython] [Pyrex] Python 3
Greg Ewing <greg.ewing-F+z8Qja7x9Xokq/[email protected]>
| Newsgroups | gmane.comp.python.cython.devel,gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Stefan Behnel wrote: > No re-coding, no memory allocation. Please read the (lengthy) thread we had on > the Cython list about this topic. I *did* read that thread, and came away with a sense that nobody has agreed on anything in this area yet. About half the posts seemed to be suggesting that there should be some kind of automatic coercion from a Python unicode string to a char *, but only one even mentioned the issue of the memory allocation that this would require. Has a scheme been settled on that would avoid any of these problems? If so, is there somewhere I can go to read a clear summary of what's been decided? -- Greg