Re: [Cython] Compiler crash fix

2013-05-24 Thread Stefan Behnel
Am 22.05.2013 11:48, schrieb mark florisson: > On 22 May 2013 10:13, Nikita Nemkin wrote: >> Someone please apply this patch (too simple for pull request): >> >> diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py >> index 0406fad..640d002 100755 >> --- a/Cython/Compiler/ExprNo

Re: [Cython] Compiler crash fix

2013-05-22 Thread mark florisson
On 22 May 2013 10:13, Nikita Nemkin wrote: > Hi, > > Someone please apply this patch (too simple for pull request): > > diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py > index 0406fad..640d002 100755 > --- a/Cython/Compiler/ExprNodes.py > +++ b/Cython/Compiler/ExprNodes.py

[Cython] Compiler crash fix

2013-05-22 Thread Nikita Nemkin
Hi, Someone please apply this patch (too simple for pull request): diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index 0406fad..640d002 100755 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -4993,7 +4993,7 @@ class AttributeNode(ExprNode):