Add changes to allow def statements anywhere they're legal.
authorCraig Citro <craigcitro@gmail.com>
Wed, 16 Dec 2009 23:20:08 +0000 (15:20 -0800)
committerCraig Citro <craigcitro@gmail.com>
Wed, 16 Dec 2009 23:20:08 +0000 (15:20 -0800)
commit7eca82ec96584ed97ff7a50904fb41bd46000253
tree1f04f1f1323f658a6d064d788a47f9c5b7390010
parentad9a2205b61d9084f120ef50dce7011adf67a8aa
Add changes to allow def statements anywhere they're legal.
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Compiler/Visitor.py