STINNER Victor added the comment:

"In general APSW does not look ready for the Python 3.3 Unicode implementation."

I bet that most Python modules implemented in C use the "legacy" (old) Unicode 
API (Py_UNICODE*). Python 3.3 must call PyUnicode_READY() everywhere (where the 
new API is used to get attribute of a string, ex: PyUnicode_GET_LENGTH).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16145>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to