When compiling SageMath with Cython master, I get literally thousands of
warnings like
warning: sage/rings/polynomial/laurent_polynomial.pyx:177:10:
'number_of_terms' redeclared
What is the meaning of this warning? As far as I know, Sage is not doing
anything wrong here, so I feel like Cytho
Even Cython itself triggers this warning many times:
warning: Cython/Compiler/Code.py:380:4: 'format_code' redeclared
warning: Cython/Compiler/Code.py:442:4: 'none_or_sub' redeclared
warning: Cython/Compiler/Code.py:693:4: 'new_label' redeclared
warning: Cython/Compiler/Code.py:71
See https://github.com/cython/cython/issues/1874
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel