clean up Python name assignment code, special case module globals to change module...
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 8 Mar 2013 21:02:02 +0000 (22:02 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 8 Mar 2013 21:02:02 +0000 (22:02 +0100)
commit8f428c0390f8d47825d66037b2f44803aed9f2c4
tree068f048e7307eaf7ffa91cd626527221bf1c3632
parente39c79e72b072549b1c4c82d498c01648cce61f7
clean up Python name assignment code, special case module globals to change module dict directly
Cython/Compiler/ExprNodes.py