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

Until all Python stdlib C extensions and all third-party C extensions will be 
modified to no longer use and define static types and will stop shared Python 
objects between two interpreters, we can no longer micro-optimize the 
comparison of two interned strings by only comparing their memory addresse. See 
bpo-46006.

----------

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

Reply via email to