[Cython] constant folding for floats?

Stefan Behnel stefan_ml at behnel.de
Mon Apr 6 19:15:38 CEST 2009


Hi,

should we enable constant folding for floats by using the decimal module?

This would not work on Py2.3, but I wouldn't mind just generating less
optimal code when you run Cython under a long out-of-maintenance Python
version.

Stefan


More information about the Cython-dev mailing list