fplll / fpylll

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

Cython warnings #127

Closed jdemeyer closed 5 years ago

jdemeyer commented 5 years ago

With Cython 0.29:

    [ 1/15] Cythonizing src/fpylll/config.pyx
    /usr/local/src/sage-config/local/lib/python2.7/site-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now
(Py2). This will change in a later release! File: /tmp/pip-req-build-e2h8GD/src/fpylll/config.pyx
      tree = Parsing.p_module(s, pxd, full_module_name)