issues
search
aleaxit
/
gmpy
General Multi-Precision arithmetic for Python 2.6+/3+ (GMP, MPIR, MPFR, MPC)
https://gmpy2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
522
stars
86
forks
source link
Misc fixes
#444
Closed
skirpichev
closed
1 year ago
skirpichev
commented
1 year ago
replace trivial Py_BuildValue() with direct C API call
port some functions/methods to METH_FASTCALL convention
disband docs/intro.rst (content moved to index.rst and install.rst)
run Cython test on all CPython versions < 3.13
casevh
commented
1 year ago
Thanks.