reduce Unicode iteration over Latin-1 literals to bytes iteration
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 11 Oct 2013 12:36:04 +0000 (14:36 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 11 Oct 2013 12:36:04 +0000 (14:36 +0200)
commit656196c30526004704be7b74970c41337be35f0a
tree40b628eca6c323a1e2f2b93b63072be5b6945021
parent5f0b23cba8c8ef67f9887c84467fad859b85edea
reduce Unicode iteration over Latin-1 literals to bytes iteration
Cython/Compiler/Optimize.py
tests/run/cython3.pyx
tests/run/py_ucs4_type.pyx