fix embedding (cython-unstable allocates string constants at code-gen time)
authorStefan Behnel <scoder@users.berlios.de>
Mon, 4 May 2009 19:22:33 +0000 (21:22 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 4 May 2009 19:22:33 +0000 (21:22 +0200)
commit06695a0ed00a041d25cd6b08cbf17e5757e420de
tree3acc993008f77548437e0f70517f2943b2eb61c1
parentcd3a042914102b82feb516f1154d43d0148cc561
fix embedding (cython-unstable allocates string constants at code-gen time)
Cython/Compiler/ModuleNode.py