avoid redundant initialisation of closure variables with None/NULL
authorStefan Behnel <scoder@users.berlios.de>
Thu, 30 Apr 2009 15:15:44 +0000 (17:15 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 30 Apr 2009 15:15:44 +0000 (17:15 +0200)
commitad049a21fbb76773c45a04c101cef0a8f632256c
tree45fda2fe339bd62840a75a6dc11729b247682ce0
parent0da9830b78b2d3126d60e31895b5397d3e319787
avoid redundant initialisation of closure variables with None/NULL
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Symtab.py