Message 167119 - Python tracker (original) (raw)

The diff between b9558df8cc58 and default with array_revert_pep393.patch applied is small, but I noticed that in some places you switched back to Py_UNICODE typecode and in others not. For instance, in struct arraydescr typecode is still char.

I'm not sure why typecode was originally Py_UNICODE though.