fplll / fpylll

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

IF/DEF et al #249

Open malb opened 1 year ago

malb commented 1 year ago

Cython will deprecate compile time conditionals, see https://github.com/cython/cython/issues/4310

For us, this is really bad because we rely on them all over the place. We should investigate if some of the Cython features they're mentioning would work for us or if we should try to petition them to keep them.