partial rewrite of the #654 fix to exclude local variables from being put into temps...
authorStefan Behnel <scoder@users.berlios.de>
Thu, 27 Jan 2011 08:55:19 +0000 (09:55 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 27 Jan 2011 08:55:19 +0000 (09:55 +0100)
commite170c96df36378a71f0e4893e8b488002e258300
treea6c0c659d236a6682c482defef21455bbf985773
parent297f652d5ab3f166f98df3d1571ff1c883f7cc55
partial rewrite of the #654 fix to exclude local variables from being put into temps, more tests

--HG--
rename : tests/run/function_argument_sideeffects_T654.pyx => tests/run/temp_sideeffects_T654.pyx
Cython/Compiler/ExprNodes.py
tests/run/function_argument_sideeffects_T654.pyx [deleted file]
tests/run/temp_sideeffects_T654.pyx [new file with mode: 0644]