handle simple swap assignments without ref-counting
authorStefan Behnel <scoder@users.berlios.de>
Tue, 20 Oct 2009 20:31:39 +0000 (22:31 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 20 Oct 2009 20:31:39 +0000 (22:31 +0200)
commit137545fd2fcbec85d7e27362c5a58c68d0e08f2c
treeaaad81a6bdaf384add58c6572e4f6c48f6ca40ac
parent166ffcdb75552222018f9421f4078f76f0738fa0
handle simple swap assignments without ref-counting
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
tests/run/parallel_swap_assign_T425.pyx [new file with mode: 0644]