fix 'cdef str' typing in Py3 (becomes bytes type)
authorStefan Behnel <scoder@users.berlios.de>
Sun, 25 Jan 2009 18:35:28 +0000 (19:35 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 25 Jan 2009 18:35:28 +0000 (19:35 +0100)
commitfde54fefa435cf4f84d6731dabb7a03d61cf771c
treee141282db82586d2a8a427c549d979cc31ee9ea6
parent3ef07fc96339f21bbceab240557c704793dea3f1
fix 'cdef str' typing in Py3 (becomes bytes type)
Cython/Compiler/ModuleNode.py