safer way to initialise string constants: keep bytes/str/unicode separated also in...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 14 Oct 2009 11:31:27 +0000 (13:31 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 14 Oct 2009 11:31:27 +0000 (13:31 +0200)
commit9309fe0253bd4c960ee45da32a839afdc39162ac
treed9a130f96d1e2faae78268741b4c9fc3f15340f1
parent5a8e4501b7aee0e448b822ec1b62f19b927fdb04
safer way to initialise string constants: keep bytes/str/unicode separated also in corner cases
Cython/Compiler/Code.py