Eddie Elizondo

Results 5 comments of Eddie Elizondo

@scoder I have a prototype to enable the `LIMITED_API` here: https://github.com/cython/cython/pull/3223.

@anthrotype Yeah, unfortunately, we had to start somewhere and this is still not covering all cases. Feel free to add a patch if you are only blocked by a simple...

@gnossen Yeah, as @da-woods mentioned, I didn't keep pushing this all the way through. I would say the core behavior is already there but there we just need someone to...

@ericsnowcurrently We are already eyeing this! It indeed possible to achieve it by changing the code generator to follow the patterns that we have been introducing in CPython's C Extensions....

@encukou just getting to this! You're right, as of now, all interned strings should be immortal, so the `sys.intern` docs should probably be updated to update that they are indeed...