fix undefined symbol in Py<2.6 when assigning to bytes variables
authorStefan Behnel <scoder@users.berlios.de>
Sat, 10 Oct 2009 16:34:19 +0000 (18:34 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 10 Oct 2009 16:34:19 +0000 (18:34 +0200)
commit852feeb7a0c2b6c1f28ac4f6cfc59ea3905c0be5
tree05dbb2d6c351ab77b7ce2aef9c289fc2d8cb78a8
parentf84705a3b098ec89b9bc513540a352b9294ee455
fix undefined symbol in Py<2.6 when assigning to bytes variables
Cython/Compiler/ModuleNode.py