Message172154
"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). |
|
Date |
User |
Action |
Args |
2012-10-05 22:30:57 | vstinner | set | recipients:
+ vstinner, pitrou, rogerbinns, Arfrever, r.david.murray, skrah, serhiy.storchaka |
2012-10-05 22:30:57 | vstinner | set | messageid: <1349476257.47.0.441080710161.issue16145@psf.upfronthosting.co.za> |
2012-10-05 22:30:57 | vstinner | link | issue16145 messages |
2012-10-05 22:30:57 | vstinner | create | |
|