Rework namespaces into cname.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 19 Jun 2009 05:42:26 +0000 (22:42 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 19 Jun 2009 05:42:26 +0000 (22:42 -0700)
commitebd8a5d258584013f61450ff519a0537381b07eb
treef8b3d1e10891b4a3eb2e6ef7585260e3db4eef18
parent1b1626c1093dcc3d3710e16fb7336b160646a6b9
Rework namespaces into cname.

Otherwise we have to trace namespace arguments all the way through all
declarators and types, only to mutate the cnames at the end.
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py