use PyBytes_Type instead of PyString_Type in the generated sources, PyBytes fix for...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 30 May 2008 10:29:27 +0000 (12:29 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 30 May 2008 10:29:27 +0000 (12:29 +0200)
commit82cdadca2360d0df924e9fd68de0e1af6fd6f4a4
tree97ad581e9abdf3e4dbe4ea76f1de196218e6caaa
parent4fab59dd8b43fcfe32554c7771694264bf270240
use PyBytes_Type instead of PyString_Type in the generated sources, PyBytes fix for Py2.6, unicode fixes for star imports
Cython/Compiler/Builtin.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Symtab.py