Xiang Zhang added the comment:

Since currently _PyUnicode_CompareWithId is used to compare a unicode with 
ascii identifiers for all cases, how about introduce a more specific function 
like _PyUnicode_EqualToASCIIId for this case? We can preserve 
_PyUnicode_CompareWithId for more general purpose usage. It's much easier to 
write a error free _PyUnicode_EqualToASCIIId.

----------

_______________________________________
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