mypy
d98ba8e3 - [mypyc] Introduce low level integer type (#8955)

Commit
6 years ago
[mypyc] Introduce low level integer type (#8955) closes mypyc/mypyc#735 This PR introduces a c_int_rprimitive RType which represents a low level, plain integer (corresponds to C's Py_ssize_t). It also allows LoadInt to select its rtype to generate tagged/plain integer code accordingly.
Author
Parents
Loading