Re: [Cython] Cython 0.25 beta

2016-10-18 Thread Yury Selivanov
Please also take a look at https://github.com/cython/cython/issues/1493 On 2016-10-10 3:50 PM, Robert Bradshaw wrote: Thanks for all of those to tested the alpha release. I think we've managed to fix all the issues and regressions raised in that thread; here's a beta that's likely to turn into

Re: [Cython] Regression since 0.25a0 involving std::vector

2016-10-18 Thread Robert Bradshaw
Thanks for checking. This was fixed at https://github.com/cython/ cython/commit/4bf8b9b260c33fe88de5d743d5accbcbf649d8a6 Try https://github.com/cython/cython/archive/0.25.x.zip On Tue, Oct 18, 2016 at 1:17 AM, Jeroen Demeyer wrote: > This is

[Cython] Regression since 0.25a0 involving std::vector

2016-10-18 Thread Jeroen Demeyer
This is a new regression introduced since 0.25a0, found while testing Sage with 0.25b1: from libcpp.vector cimport vector cdef extern from *: cdef cppclass BoostGraph[T]: vector[unsigned long] bandwidth_ordering() ctypedef BoostGraph[int] BoostVecDiGraph Error compiling Cython f