prevent control characters in unicode literals (ord<32) from sneaking into the C...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 9 Aug 2010 09:39:02 +0000 (11:39 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 9 Aug 2010 09:39:02 +0000 (11:39 +0200)
commit808ed5c27ea16382043f0fb6cd207cf198ae5c1d
treecd4cd65ba970698357c93cc9e8563c740ef03b50
parent812eefa1544ed45ddc9bc05e110175ece0ccbe26
prevent control characters in unicode literals (ord<32) from sneaking into the C source
Cython/Compiler/StringEncoding.py