major cleanup, move argument default value caching to code generation phase
authorStefan Behnel <scoder@users.berlios.de>
Fri, 20 Mar 2009 12:29:35 +0000 (13:29 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 20 Mar 2009 12:29:35 +0000 (13:29 +0100)
commit64275702cba323744b41b302e802a5073fbba757
tree8348c8941ad8bd017e943e4364aec08855f38497
parent0e92b4fcd79876832260f8b1529ebcf9e5cf4d15
major cleanup, move argument default value caching to code generation phase
Cython/Compiler/Code.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Symtab.py