[Cython] Cython master emits tons of 'foo' redeclared warnings

2017-11-13 Thread Jeroen Demeyer
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

Re: [Cython] Cython master emits tons of 'foo' redeclared warnings

2017-11-13 Thread Jeroen Demeyer
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

Re: [Cython] Cython master emits tons of 'foo' redeclared warnings

2017-11-13 Thread Jeroen Demeyer
See https://github.com/cython/cython/issues/1874 ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel