fix ticket #602: let bytes literals start off as 'bytes' instead of 'char*'
authorStefan Behnel <scoder@users.berlios.de>
Mon, 3 Jan 2011 21:36:35 +0000 (22:36 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 3 Jan 2011 21:36:35 +0000 (22:36 +0100)
commit342eb45a2fd19869273ec038144c71ac6e49db0e
treec0c88645925fb941f9cd67e7aaf5b83f0d329805
parent69ac804fd5605b5c76b0a3edc65065919394308f
fix ticket #602: let bytes literals start off as 'bytes' instead of 'char*'
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
tests/errors/string_assignments.pyx
tests/run/type_inference.pyx