fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
123 stars 62 forks source link

fix: typo in gmp/pycore_long #263

Closed alxiong closed 10 months ago

alxiong commented 10 months ago

Related to #262

Locally, after fixing this typo, I'm able to manually install the package. We need to cut another minor version release to PyPI and try to pip wheel on the new release to see if the installation error goes away (in which case we can close the linked issue)

Either way, this appears to be a clear typo that should be fixed.

malb commented 10 months ago

Thank you!