Fix errors due to ambiguous names in type vs. variable namespace.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 30 Apr 2008 05:13:11 +0000 (22:13 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 30 Apr 2008 05:13:11 +0000 (22:13 -0700)
commit2d7dcc6225e71316d12632c12bb89f40323290d2
treeec118f5c46d3d74c0fba31d4ebe32b3f31e73687
parent2984ce161c60c3f78bbdf1f9d15d634c6986577d
Fix errors due to ambiguous names in type vs. variable namespace.

I didn't realize how unclean the seperation between the two was, hopefully Dag's project will clean this up soon.
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
Cython/Compiler/Symtab.py