Move Cython.Compiler.Symtab.Entry.name, .cname, and .api into Binding.* objects.
authorW. Trevor King <wking@drexel.edu>
Thu, 24 Feb 2011 14:55:21 +0000 (09:55 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 24 Feb 2011 16:02:43 +0000 (11:02 -0500)
commit8fe9ce785d36795287326fac401041f11aee7fab
tree27e8b4c589fc4dd9fb8a496cb50817879bddb966
parenta3b5cdaac47c3be5cf81a2116ede72225899d5eb
Move Cython.Compiler.Symtab.Entry.name, .cname, and .api into Binding.* objects.
Cython/Compiler/AnalysedTreeTransforms.py
Cython/Compiler/Buffer.py
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py