Commit d79c655
committed
Update async to the Python 2 / 3 compatible version
1 parent 32d34eb commit d79c655
1 file changed
+1
-1
lines changed- async/__init__.py+10-9
- async/channel.py+104-94
- async/mod/zlibmodule.c+66-1
- async/pool.py+152-141
- async/task.py+5-5
- async/test/task.py+41-41
- async/test/test_channel.py+30-27
- async/test/test_example.py+3-3
- async/test/test_graph.py+1-1
- async/test/test_performance.py+12-12
- async/test/test_pool.py+133-134
- async/test/test_task.py+1-1
- async/test/test_thread.py+14-11
- async/thread.py+54-51
- async/util.py+38-37
- setup.py+1-1
0 commit comments