support casting '<bytes>int_val' and coercing integers to bytes on assignment
authorStefan Behnel <scoder@users.berlios.de>
Tue, 27 Apr 2010 05:34:45 +0000 (07:34 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 27 Apr 2010 05:34:45 +0000 (07:34 +0200)
commit3171ec18c17762adb38734bf925e1953c5ebbe16
treed09c85728298c51faddef157ea794e3208bb8c47
parent31f2903eda4dc34da01931418e66bd34bd840d7b
support casting '<bytes>int_val' and coercing integers to bytes on assignment
Cython/Compiler/ExprNodes.py
tests/run/bytes_char_coercion.pyx [new file with mode: 0644]