refactor comprehensions by removing separate target node (to simplify a future length...
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 18 Mar 2013 20:59:49 +0000 (21:59 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 18 Mar 2013 20:59:49 +0000 (21:59 +0100)
commitb2cb180f43a55c264f19ff6d1b0cca2cd9fd8ed7
tree65d64cd59b345b668a0c9c08201e1fb6f690ced6
parentd2fb1655e411e594e27310ed94fa004897ec2a19
refactor comprehensions by removing separate target node (to simplify a future length-hint optimisation)

--HG--
extra : rebase_source : 476b22eeaeaea1ff69ee8069328fb47ffe18ea20
Cython/Compiler/ExprNodes.py
Cython/Compiler/FlowControl.py
Cython/Compiler/Optimize.py
Cython/Compiler/Parsing.py