merged intern table with general string table to support unicode string interning...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 13 May 2008 10:13:27 +0000 (12:13 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 13 May 2008 10:13:27 +0000 (12:13 +0200)
commitc4ba39e12e8893223c235ac3f92617960f298aa4
treede0c867f62c0f133e83a414358b10997a0ff602c
parent84469ac4d72428f7acdd97eb4b19c6dbd503ad61
merged intern table with general string table to support unicode string interning in Py3
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Symtab.py