reject non-ASCII literal characters in Python 3 byte strings
authorStefan Behnel <scoder@users.berlios.de>
Tue, 7 Sep 2010 18:25:41 +0000 (20:25 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 7 Sep 2010 18:25:41 +0000 (20:25 +0200)
commit5bd4e9b6df50c980ecb4769a7a93b9bf1aae9d6d
treef8e2c2561c12b54dbe765ce96872744f88df0150
parent42420560678a0c17c993d77fcf784efae6e927d2
reject non-ASCII literal characters in Python 3 byte strings
Cython/Compiler/Parsing.pxd
Cython/Compiler/Parsing.py
tests/errors/cython3_bytes.pyx [new file with mode: 0644]
tests/run/cython2_bytes.pyx [new file with mode: 0644]