Hello, The include file (unicodeobject.h) seems to imply that some pure ASCII strings can be non-compact, but I don't understand how that can happen.
Besides, the following comment also seems wrong: - compact: * structure = PyCompactUnicodeObject * test: PyUnicode_IS_ASCII(op) && !PyUnicode_IS_COMPACT(op) Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com