On Tue, Feb 8, 2022 at 1:47 PM Guido van Rossum <[email protected]> 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 <[email protected]> _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/7OILLUEZSQY6OTY5WY543JTUGRVSFNPS/ Code of Conduct: http://python.org/psf/codeofconduct/
