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
510 stars 86 forks source link

Adapt conversion utils for the CPython 3.12.0a7+ #406

Closed skirpichev closed 1 year ago

skirpichev commented 1 year ago

Fixes #405

Also do some code reorganization.

casevh commented 1 year ago

Thanks for your quick PR.

Case

skirpichev commented 1 year ago

@casevh, BTW CPython people suggest using to_bytes/from_bytes to get/set a PyLong, see python/cpython#101270