Re: [Cython] build failure on windows with 0.21b2 windows py27 x64

2014-09-01 Thread Dirk Rothe
On Mon, 01 Sep 2014 12:14:58 +0200, Stefan Behnel wrote: Dirk Rothe schrieb am 01.09.2014 um 09:55: the Problem reported by Ian Bell on v0.21b1 seems still to be there. With v0.21a1 from https://github.com/cython/cython/releases/tag/0.21a1 everything seems to be fine. So maybe it's related

[Cython] build failure on windows with 0.21b2 windows py27 x64

2014-09-01 Thread Dirk Rothe
Hello Stefan, the Problem reported by Ian Bell on v0.21b1 seems still to be there. With v0.21a1 from https://github.com/cython/cython/releases/tag/0.21a1 everything seems to be fine. So maybe it's related to the method call optimisations, you've mentioned. I've also tested with windows+py27+x64

Re: [Cython] build failure on windows with 0.21b2 windows py27 x64

2014-09-01 Thread Stefan Behnel
Dirk Rothe schrieb am 01.09.2014 um 09:55: > the Problem reported by Ian Bell on v0.21b1 seems still to be there. With > v0.21a1 from https://github.com/cython/cython/releases/tag/0.21a1 > everything seems to be fine. So maybe it's related to the method call > optimisations, you've mentioned. > >