hack to make __Pyx_InternStrings() work for now: switch string interning off in Py3
authorStefan Behnel <scoder@users.berlios.de>
Sat, 10 May 2008 14:16:05 +0000 (16:16 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 10 May 2008 14:16:05 +0000 (16:16 +0200)
commit73bc8c3f474f5683c06f579c397c209b95cd7462
tree94e5e53a96036fd7e5da3e6ec453a63e7f617a09
parent866f62d0c035d16de8e7aa1b5a7dfe48a2af405d
hack to make __Pyx_InternStrings() work for now: switch string interning off in Py3
Cython/Compiler/Nodes.py