Victor Stinner beb4135b8c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
All unicode functions uses PyObject* except PyUnicode_AsWideChar(). Fix the
prototype for the new function PyUnicode_AsWideCharString().
2010-10-07 01:02:42 +00:00
..
2010-08-23 19:35:39 +00:00
2009-09-01 07:34:27 +00:00
2010-06-07 18:47:09 +00:00
2010-09-03 10:52:55 +00:00
2010-10-03 02:13:39 +00:00