use PyBytes_*() functions instead of PyString_*() in Py3
authorStefan Behnel <scoder@users.berlios.de>
Fri, 30 May 2008 05:31:17 +0000 (07:31 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 30 May 2008 05:31:17 +0000 (07:31 +0200)
commitf1d9c4afc368756d01e4a84ef95e97c118db9603
tree7f1cb8de32491d998d480e9241c957e2cc775131
parent88164e5ec242b7154b17a0f6a4a102c6bdd03345
use PyBytes_*() functions instead of PyString_*() in Py3
Cython/Compiler/Nodes.py
Cython/Compiler/PyrexTypes.py