Christian Heimes wrote: > In Python 3.x the PyUnicode object keeps a default encoded PyString in > its struct. You can use PyUnicode_AsStringAndSize() to get an UTF8 > encoded char* from a PyUnicode object without worrying about memory > management.
Interesting. What is a "default encoding"? Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
