Description: Specify the Cython languague level
Forwarded: not-needed
Author: Julian Gilbey <jdg@debian.org>
Last-Update: 2021-01-05

--- a/build_tools/cythonize.py
+++ b/build_tools/cythonize.py
@@ -59,7 +59,7 @@
     except ImportError:
         pass
 
-    flags = ['--fast-fail']
+    flags = ['--fast-fail', '-3']
     if gen_file.endswith('.cpp'):
         flags += ['--cplus']
 
