• Kirill Smelkov's avatar
    golang: Move strings-related code to _golang_str "submodule" · e72a459f
    Kirill Smelkov authored
    We are going to significantly extend py-strings related functionality soon
    - to the point where amount of strings related code will be
    approximately the same compared to the amount of all other
    python-related code inside golang module.
    
    -> First move everything related to py strings to dedicated
    _golang_str.pyx as a preparatory step.
    
    Keep that new file included from _golang.pyx instead of being real new
    module, because we want strings functionality to be provided by golang
    main namespace itself, and to ease internal code interdependencies.
    
    Plain code movement.
    
    /reviewed-by @jerome
    /reviewed-at !18
    e72a459f
golang_str_test.py 5.7 KB