STINNER Victor <vstin...@python.org> added the comment:

There are around 27 _PyUnicode_EqualToASCIIId() calls in the Python code base. 
I don't think that avoiding _PyUnicode_EqualToASCIIId() is a good solution :-)

Fixing _PyUnicode_EqualToASCIIId() to make it compatible with subinterpreters 
sound more reasonable: remove the PyUnicode_CHECK_INTERNED() test optimization.

----------

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

Reply via email to