Fix self-assignment warnings.
authorRobert Bradshaw <robertwb@gmail.com>
Fri, 4 Oct 2013 06:21:45 +0000 (23:21 -0700)
committerRobert Bradshaw <robertwb@gmail.com>
Fri, 4 Oct 2013 06:21:45 +0000 (23:21 -0700)
commit9b24fd97b6602287e2f275642b7036a5a35364f7
treeee703ffcb651ad58681e9d446a82e36ca0e2ee99
parentc64a5e85481d3e7ae070b6ba70c64032c237726c
Fix self-assignment warnings.

This is somewhat of a Gordian Knot approach, but seems to do the trick.
Cython/Compiler/Code.py