• Kirill Smelkov's avatar
    golang_test.pyx: Switch to cimport pychan · ef076d3a
    Kirill Smelkov authored
    Change `from golang import chan` to `from golang cimport pychan`; add
    type annotations where pychan is used. Using pychan at C level will be
    needed when test code will need to access C-level pychan attributes.
    ef076d3a
_golang_test.pyx 3.37 KB