[issue16145] Abort in _csv module

STINNER Victor report at bugs.python.org
Sat Oct 6 00:30:57 CEST 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue16145>
_______________________________________


More information about the Python-bugs-list mailing list