wubloader/common
Mike Lang 264545eb9d CachedIterator: Fix bug where state can change while taking the lock
Resulting in a case where we grab the wrong result, or even try to get the next item
after the iterator has already been discarded.
..
common CachedIterator: Fix bug where state can change while taking the lock
setup.py Unpin gevent as that was a workaround for a py2 issue