Re: [Cython] preparing a release candidate, pending issues

2014-09-05 Thread Andriy Kornatskyy
On Sep 6, 2014, at 8:35 AM, Stefan Behnel wrote: > Is that still as issue with the beta releases (or latest master)? Yes, with the latest master. Andriy ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cyt

Re: [Cython] preparing a release candidate, pending issues

2014-09-05 Thread Stefan Behnel
Andriy Kornatskyy schrieb am 06.09.2014 um 06:43: > Any update to the following? > > "Compiler crash in RemoveUnreachableCode" > http://thread.gmane.org/gmane.comp.python.cython.devel/15184 Is that still as issue with the beta releases (or latest master)? If so, then no, there's no update. I sti

Re: [Cython] preparing a release candidate, pending issues

2014-09-05 Thread Andriy Kornatskyy
Stefan, Any update to the following? "Compiler crash in RemoveUnreachableCode" http://thread.gmane.org/gmane.comp.python.cython.devel/15184 Thanks. Andriy Kornatskyy On Sep 5, 2014, at 10:39 PM, Stefan Behnel wrote: > Hi, > > current master looks good enough to plan for a release candidate

Re: [Cython] Bug: operator[] does not respect except +

2014-09-05 Thread Robert Bradshaw
Yes, this is a bug. On Fri, Sep 5, 2014 at 4:05 PM, J Robert Ray wrote: > I looked into at least adding a unit test to verify "except +" behavior for > all operators and I found that aside from operator(), it seems that all > operators ignore "except +". > > I have C++ code that can throw excepti

Re: [Cython] Bug: operator[] does not respect except +

2014-09-05 Thread J Robert Ray
I looked into at least adding a unit test to verify "except +" behavior for all operators and I found that aside from operator(), it seems that all operators ignore "except +". I have C++ code that can throw exceptions inside operator[] and sadly this ends up causing the python interpreter to abor

[Cython] preparing a release candidate, pending issues

2014-09-05 Thread Stefan Behnel
Hi, current master looks good enough to plan for a release candidate next week. There are only a couple of pending issues that I'm aware of that may or may not get looked into for the release. One thing is cygdb and its tests - are they working again? They seem to work for me, but I don't know wh

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

2014-09-05 Thread Stefan Behnel
Dirk Rothe schrieb am 01.09.2014 um 12:25: >>> I've also tested with windows+py27+x64 and I get the same errors; >>> >>> configobj.c(42437) : error C2121: '#' : invalid character : possibly the >>> result of a macro expansion >>> configobj.c(42437) : error C2146: syntax error : missing ')' before >