fplll / fpylll

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

Fix sage path #220

Closed joerowell closed 2 years ago

joerowell commented 2 years ago

This fixes #218 by doing as #218 suggests.

Not sure if this is the best approach to do this: it essentially just catches the C++ exception and then try again with the newer path.

Happy to take pointers on how to make it better.

malb commented 2 years ago

Looks good to me. Thanks!