• Kirill Smelkov's avatar
    *: uint8_t -> byte, unicode-codepint -> rune · b9d72051
    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.
    b9d72051
_golang_str.pyx 76.4 KB