mypy
mypy copied to clipboard
[mypyc] feat: make static literals immortal on Python3.14
This PR makes all static values defined in CPyStatic immortal, since we know they will never be deallocated
Where is the actual C code for the LoadLiteral generated? Can we remove an IncRef op?