Serhiy Storchaka added the comment: > I don't understand how _PyUnicode_UTF8() can be used for *unmarshalling*.
I say about marshalling. > That said, I'll try out the patch with _PyUnicode_FromUCS1 instead of > _PyUnicode_FromASCII, to see if it affects performance. Could you try out the patch with PyUnicode_DecodeUTF8()? This will save you two opcodes and perhaps several lines of code. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19219> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com