The changes for code execution registered the
authorThomas Hunger <hto@arcor.de>
Wed, 19 Sep 2007 22:28:47 +0000 (00:28 +0200)
committerThomas Hunger <hto@arcor.de>
Wed, 19 Sep 2007 22:28:47 +0000 (00:28 +0200)
commit174886bff063947cbe5bf5454e1e331b8c177e50
tree1b6670677952a2092d157fbdd5cc6e3f096cfe3e
parent71930383dbb0a30830c0ed5c2b1affa468786296
The changes for code execution registered the
scope-entry as a variable. This means that
analyse_attribute expects to find a pointer to
a member of the c-object struct.
This is not the case for members, so we need a
special case.
Cython/Compiler/ExprNodes.py