fix lookup order in Python class scope
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 21 Aug 2012 14:19:52 +0000 (16:19 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 21 Aug 2012 14:19:52 +0000 (16:19 +0200)
commit22b2f077e3ca9268dba646d9f231813ea9babf96
tree3a6a6b64e802c50ec836353d0f75fa52572aa17d
parent61f1b6621366f47227c013d9eebdc643bb5b7124
fix lookup order in Python class scope

--HG--
extra : rebase_source : b3b465b8679fb04ed27193c61bb52c8fb1e6a082
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/Symtab.py
tests/run/pyclass_scope_T671.py