Looking at the output of 2to3, the mahotas code could be made compatible with Python 2.6 to 3.3 with few changes. Most changes are xrange->range. A few import, print and raise statements need to be up…
dd687ed6d6cfb7e914c0a93e12a050c105d6db08 added a TransferPool to HostedObject. Each TransferPool currently allocates a thread, so we now are allocating 1 thread per object. This is expensive and proba…