[Python-Dev] Split unicodeobject.c into subfiles (original) (raw)

Serhiy Storchaka storchaka at gmail.com
Thu Oct 25 12:09:21 CEST 2012


On 25.10.12 12:49, M.-A. Lemburg wrote:

I think you misunderstood. What I described is the reason for having the base codecs in unicodeobject.c.

For example PyUnicode_FromStringAndSize and PyUnicode_FromString are thin wrappers around PyUnicode_DecodeUTF8Stateful. I think this is a reason to keep this functions together.



More information about the Python-Dev mailing list