Move CtxAttributes from Cython.Compiler.Parsing to Cython.Compiler.Binding.
authorW. Trevor King <wking@drexel.edu>
Wed, 23 Feb 2011 16:53:15 +0000 (11:53 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 23 Feb 2011 16:53:15 +0000 (11:53 -0500)
commita3b5cdaac47c3be5cf81a2116ede72225899d5eb
treec5ad0e3f6a001a6c95baa662017395f325a1bd10
parent9e439052cf9ec7ff496f4632637e64b88d241582
Move CtxAttributes from  Cython.Compiler.Parsing to Cython.Compiler.Binding.

This will avoid cyclic dependencies when we start messing with
CSource, CBinding, and PythonBinding in Cython.Compiler.Symtab and
friends.
Cython/Compiler/Binding.py [new file with mode: 0644]
Cython/Compiler/Parsing.py