fix name lookup in class scope
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 7 Mar 2013 07:18:27 +0000 (08:18 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 7 Mar 2013 07:18:27 +0000 (08:18 +0100)
commitd4546c4fe44550efff45637288c4f21bc546c77c
tree4d06094beeadb134f0443bab84d0d330f367c356
parente5b1dccbd866d27fcd8d5ad3ae03beb08df5c2f1
fix name lookup in class scope
Cython/Compiler/ExprNodes.py
Cython/Utility/ObjectHandling.c
tests/run/py_classbody.py [new file with mode: 0644]