code cleanup for function default arguments, make sure we keep any executable C code...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 28 Jul 2010 09:44:40 +0000 (11:44 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 28 Jul 2010 09:44:40 +0000 (11:44 +0200)
commite15cf1e1b60e3a0f8f4df73290426a325377a24e
tree10484876df98f6dcf16e18186d9df43d7eb276b6
parent11364a9d3bc8f9813d8dc1ad0bc0e85f051fc0a7
code cleanup for function default arguments, make sure we keep any executable C code behind the type declarations in the function header regardless of how we get to the default values
Cython/Compiler/Nodes.py