[Python-ideas] Lack a API WCHAR* PyUnicode_WCHAR_DATA(PyObject *o), This is important for OS dependent feature port.

Antoine Pitrou solipsis at pitrou.net
Sun Feb 19 19:29:21 CET 2012


> Lack a API WCHAR* PyUnicode_WCHAR_DATA(PyObject *o), This is
> important for OS dependent feature port.

Why can't you use the existing wchar_t functions:
http://docs.python.org/dev/c-api/unicode.html#wchar-t-support
?

Regards

Antoine.





More information about the Python-ideas mailing list