fix C name redefinition: names must be uniquified at the module scope, local scope...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 22 Jan 2011 16:10:30 +0000 (17:10 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 22 Jan 2011 16:10:30 +0000 (17:10 +0100)
commitab6291684786c2dbbde8d9e00127b66981afbc85
treed95e4530df16b87e6c45a10c21def9eb5ccd984d
parent4523a8ab6b7a27d8c6b0f460631941e8f0df54a3
fix C name redefinition: names must be uniquified at the module scope, local scope is not enough as it may not have a unique name itself
Cython/Compiler/Symtab.py