You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Python 3.13 will provide public C API for efficiently converting to and from a PyLong. These should be compatible with mpz_import/mpz_export rather than converting between hex strings:
It looks like Python 3.13 will provide public C API for efficiently converting to and from a
PyLong
. These should be compatible withmpz_import/mpz_export
rather than converting between hex strings:python/cpython#121339
python-flint/src/flint/types/fmpz.pxd
Lines 15 to 23 in 430b8e5
python-flint/src/flint/types/fmpz.pyx
Lines 16 to 27 in 430b8e5
The text was updated successfully, but these errors were encountered: