On Fri, Feb 4, 2022 at 8:21 AM Stefan Behnel <stefan_ml@behnel.de> 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