On Fri, Feb 4, 2022 at 8:21 AM Stefan Behnel <[email protected]> wrote: > Correct. We (intentionally) have our own way to intern strings and do not > depend on CPython's identifier framework.
You're talking about __Pyx_StringTabEntry (and __Pyx_InitString())? -eric _______________________________________________ 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/Q5AL3SLW5BCUA6FLDBUNZTH5Z7ZYAHER/ Code of Conduct: http://python.org/psf/codeofconduct/
