GitHub user pquentin opened a pull request:
https://github.com/apache/libcloud/pull/1160
Fix read_in_chunks on Python 3.7
According to https://www.python.org/dev/peps/pep-0479/#id41, this will stop
working in Python 3.7: fix it now.
### Status
- done, ready for review
### Checklist (tick everything that applies)
- [x] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pquentin/libcloud stop-iteration
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1160.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1160
----
commit e7a20eecc0b9b1be99446760de3ad98813417350
Author: Quentin Pradet <quentinp@...>
Date: 2018-01-07T16:38:24Z
Fix read_in_chunks on Python 3.7
According to https://www.python.org/dev/peps/pep-0479/#id41, this will
stop working in Python 3.7: fix it now.
----
---