| 1 | """Arbitrary-precision integer primitive ops. |
| 2 | |
| 3 | These mostly operate on (usually) unboxed integers that use a tagged pointer |
| 4 | representation (CPyTagged) and correspond to the Python 'int' type. |
nothing calls this directly
no test coverage detected