Comment 2 for bug 1815335

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance_store (master)

Reviewed: https://review.openstack.org/636194
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=d54ee8437fc2d74573229ce21789b6eb4acb4a45
Submitter: Zuul
Branch: master

commit d54ee8437fc2d74573229ce21789b6eb4acb4a45
Author: Cyril Roelandt <email address hidden>
Date: Mon Feb 11 18:56:21 2019 +0100

    Do not raise StopIteration

    The current code will not work in Python3.7 because of PEP479. This
    commit fixes it so that it works with both 3.6 and 3.7.

    [1] https://www.python.org/dev/peps/pep-0479/

    Closes-bug: #1815335
    Change-Id: I6adf23e0569db8655806a07d53c5000f5fd0918f