• Kirill Smelkov's avatar
    *: uint8_t -> byte, unicode-codepint -> rune · bd662e01
    Kirill Smelkov authored
    We added byte and rune types in the previous patch. Let's use them now
    throughout whole codebase where appropriate.
    
    Currently the only place where unicode-codepoint is used is
    _utf8_decode_rune. uint8_t was used in many places.
    bd662e01
_runtime_gevent.pyx 14 KB