[Lldb-commits] [PATCH] D67184: [Python] Implement __next__ for value_iter

2019-09-04 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL370954: [Python] Implement __next__ for value_iter (authored by JDevlieghere, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: https://revi

[Lldb-commits] [PATCH] D67184: [Python] Implement __next__ for value_iter

2019-09-04 Thread Davide Italiano via Phabricator via lldb-commits
davide accepted this revision. davide added a comment. This revision is now accepted and ready to land. LGTM Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D67184/new/ https://reviews.llvm.org/D67184 ___ lldb-commits

[Lldb-commits] [PATCH] D67184: [Python] Implement __next__ for value_iter

2019-09-04 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: friss, LLDB. Herald added a project: LLDB. Python 3 iteration calls the next() method instead of next() and value_iter only implemented the Python 2 version. Repository: rLLDB LLDB https://reviews.llvm.org/D67184 Files: lldb