reject invalid hex/unicode escape sequences instead of letting them crash the compiler
authorStefan Behnel <scoder@users.berlios.de>
Sat, 15 Jan 2011 16:56:42 +0000 (17:56 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 15 Jan 2011 16:56:42 +0000 (17:56 +0100)
commit5cdb7ba3d86bbe9b4e7956823848e779cd6e32f7
tree9e49530175897735bb5dba3c1b4264438163f413
parent7f45b0b740fabae19b29a1d26c6975e25ae24845
reject invalid hex/unicode escape sequences instead of letting them crash the compiler
Cython/Compiler/Parsing.py
tests/errors/invalid_hex_escape0.pyx [new file with mode: 0644]
tests/errors/invalid_hex_escape1.pyx [new file with mode: 0644]
tests/errors/invalid_uescape.pyx [new file with mode: 0644]
tests/errors/invalid_uescape0.pyx [new file with mode: 0644]
tests/errors/invalid_uescape2.pyx [new file with mode: 0644]
tests/run/strliterals.pyx