• Kirill Smelkov's avatar
    golang.pyx: pyselect: * -> py* in logic which analyzes cases · d5e74947
    Kirill Smelkov authored
    For clarity to denote that things work at Python level:
    
        - casev	-> pycasev
        - case	-> pycase
        - recv	-> pyrecv
        - send	-> pysend
    
    Channel object is still denoted as `ch` to reduce noise for when chan IO
    code will be move into libgolang. `ch` will be renamed to `pych` after
    that.
    d5e74947
_golang.pyx 20.4 KB