Add arbitrary precision integer support.
Some functionality is still missing (eg and, or, bit shift), and some things are buggy (eg subtract).
py/mpz.c
0 → 100644
This diff is collapsed.
py/mpz.h
0 → 100644
py/objint_mpz.c
0 → 100644
Please register or sign in to comment