Changed the assigment code generator to emit
authorThomas Hunger <none@none>
Wed, 19 Sep 2007 13:40:17 +0000 (15:40 +0200)
committerThomas Hunger <none@none>
Wed, 19 Sep 2007 13:40:17 +0000 (15:40 +0200)
commit1c9be2fcc721674e5a2a70d8d1022426fb6ff514
tree278a8f674e3befd0eb8ebab8a47f0a25edb17b4b
parent936fa570f30242bac80885a157d9f59354cae3cc
Changed the assigment code generator to emit
a direct change of a classes tp_dict instead
of SetAttr if assignment code is executed in
a class body.
To tell the code generator that we have a class
entry, entry has a new attribute "is_member".
Cython/Compiler/ExprNodes.py
Cython/Compiler/Symtab.py