Allow .pxd file to set c signatures for .py files.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 4 Oct 2008 08:04:48 +0000 (01:04 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 4 Oct 2008 08:04:48 +0000 (01:04 -0700)
commit3bcf81404146fa411793c860bfb45bef06aab547
tree19c68794d2333ff54466aaca5201e2825194dc2e
parenta7b92caa4f3c0633150b25c2c6079cc315ef3adb
Allow .pxd file to set c signatures for .py files.
Cython/Compiler/Main.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Symtab.py