Serhiy Storchaka added the comment:

> Please don't modify _PyUnicode_FromId(), I prefer to keep it as it is, decode 
> from UTF-8.

Then we should add handling of three special cases: PyUnicode_READY() fails, 
_PyUnicode_FromId() fails and both fail due to memory error. This means that 
should be implemented character-by-character encoding of UCS1, UCS2, UCS4 or 
wchar_t (with possible surrogate pairs) to UTF-8 and comparing with UTF-8 
encoded data.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21449>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to