make it explicit in the generated source code what is an identifier string constant...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 14 May 2008 19:20:08 +0000 (21:20 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 14 May 2008 19:20:08 +0000 (21:20 +0200)
commit5cb5c6854df2bfff2977d5a101830211bf7f676b
treeb8f0429aaa55b7d06747335d2bc544b298ca0b66
parent84827de79e2481e52f01c8e08d31e9ce7d3d4ee7
make it explicit in the generated source code what is an identifier string constant and what is a normal string constant that just happens to get interned
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Symtab.py