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
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
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
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
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
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
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
>