[Pyrex] [Cython] Python 3

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Apr 30 02:14:29 CEST 2008


Christian Heimes wrote:
> In my opinion wchar_t support is much more important than casting
> PyUnicode objects to char*. Especially Windows developers need wchar_t
> for the wide Windows API.

Does Py3k provide an API for getting a direct
pointer to 16-bit chars?

If so, Pyrex could have a wchar_t * type built
in that a unicode string could be coerced to.

-- 
Greg



More information about the Pyrex mailing list