]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind: remove next() on iterator 7706/head
authorMehdi Abaakouk <sileht@redhat.com>
Fri, 19 Feb 2016 06:57:42 +0000 (07:57 +0100)
committerMehdi Abaakouk <sileht@redhat.com>
Fri, 19 Feb 2016 06:59:08 +0000 (07:59 +0100)
commitf98b4855e4a70d9643d3062968e42c746dbd2eb7
tree3cfbb535dda1bb724f7c12baf967e13b490bf6e1
parent398c493fa92c2d8a3879e74627b1d7f45b3f10d9
pybind: remove next() on iterator

Cython recommends to implement only __next__() methods.

http://docs.cython.org/src/userguide/special_methods.html#the-next-method

Signed-off-by: Mehdi Abaakouk <sileht@redhat.com>
src/pybind/rados/rados.pyx