• Kirill Smelkov's avatar
    golang: Rework pychan to use C-level channel API · f2847307
    Kirill Smelkov authored
    We will soon rework pychan to be python wrapper not only for
    chan<object>, but also for other channels of various C types - e.g.
    chan<structZ>, chan<int>, etc.
    
    To prepare for this let's first rework pychan from using chan[PyObject*]
    into raw _chan* functions. This will allow us to use the same functions
    over raw channels while dynamically dispatching on channel element type.
    f2847307
_golang.pxd 3.87 KB