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
513 stars 87 forks source link

Fix vectorcall support on Python 3.7 #373

Closed casevh closed 1 year ago

casevh commented 1 year ago

The various vectorcall functions had a leading "_" indicator. Will push a fix soon.

casevh commented 1 year ago

Fixed.