disallow assignment from bytes to basestring (only allow str/unicode)
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 6 Oct 2013 10:23:35 +0000 (12:23 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 6 Oct 2013 10:23:35 +0000 (12:23 +0200)
commit4571ec7078ced5cc6990ebc8517bcf604bac7468
tree9eaa6a7682ae2655aa9346af10c7f7bc647ea7ce
parent94f7b0ebf8b31d9f479c8d1da46f2ff78fec3aaa
disallow assignment from bytes to basestring (only allow str/unicode)
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
tests/run/builtin_basestring.pyx