golang_test.pyx: Switch to cimport pychan
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.
Showing
Please register or sign in to comment