On Tue, Feb 8, 2022 at 1:47 PM Guido van Rossum <gu...@python.org> wrote:
>
> Thanks for trying it! I'm curious why it would be slower (perhaps less 
> locality? perhaps the ...Id... APIs have some other trick up their sleeve?) 
> but since it's also messier and less backwards compatible than just leaving 
> _Py_IDENTIFIER alone and just not using it, I'd say let's not spend more time 
> on that alternative and just focus on the two other horses still in the race: 
> immortal objects or what you have now.
>

I think it's because statically allocated strings are not interned.
I think deepfreeze should stop using statically allocated strings for
interned strings too.

--
Inada Naoki  <songofaca...@gmail.com>
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/7OILLUEZSQY6OTY5WY543JTUGRVSFNPS/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to