[Cython] Issues with CYTHON_FALLTHROUGH

2017-10-13 Thread Lisandro Dalcin
This is from a conda-forge build of petsc4py on Travis-CI with "osx_image: xcode6.4" https://travis-ci.org/conda-forge/petsc4py-feedstock/jobs/287563030 Maybe a better definition is the one below? #ifndef CYTHON_FALLTHROUGH #if defined(__clang__) && __has_attribute(fallthrough) #def

Re: [Cython] Issues with CYTHON_FALLTHROUGH

2017-10-13 Thread Jeroen Demeyer
See also https://github.com/cython/cython/pull/1930 (which may be a different issue) ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Issues with CYTHON_FALLTHROUGH

2017-10-13 Thread Stefan Behnel
Lisandro Dalcin schrieb am 13.10.2017 um 21:42: > This is from a conda-forge build of petsc4py on Travis-CI with > "osx_image: xcode6.4" > > https://travis-ci.org/conda-forge/petsc4py-feedstock/jobs/287563030 > > > Maybe a better definition is the one below? > > #ifndef CYTHON_FALLTHROUGH >