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

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