Fix external reference assignment
authorVitja Makarov <vitja.makarov@gmail.com>
Thu, 23 May 2013 15:56:19 +0000 (19:56 +0400)
committerStefan Behnel <stb@skoobe.de>
Sun, 14 Jul 2013 09:24:14 +0000 (11:24 +0200)
commit622d6734a125f83e40733bdc21d47a7c9c8bd2de
tree315170f8f748633d1e0fdec2129002a709074bac
parent47bbbff7f69b1daf1e3db49876d5153598ab67f5
Fix external reference assignment
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Utility/ModuleSetupCode.c
tests/run/external_ref_reassignment.pyx [new file with mode: 0644]