channels: Make them work with Python3
Python3 complains that there is no .im_func & friends of a method. Workaround it all with compat code.
Showing
golang/_pycompat.py
0 → 100644
Please register or sign in to comment
Python3 complains that there is no .im_func & friends of a method. Workaround it all with compat code.