Adapt calls to filter() to the fact it returns an iterator in Python 3. This
was produced by running futurize's stage2 lib2to3.fixes.fix_filter.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D67815
[LNT] Python 3 support: adapt to filter returning an iterator ClosedPublic Authored by thopre on Sep 20 2019, 1:35 AM.
Details Summary Adapt calls to filter() to the fact it returns an iterator in Python 3. This
Diff Detail
Event Timelinethopre added a parent revision: D67814: [LNT] Python 3 support: adapt to dict method returning views.Sep 20 2019, 1:35 AM This revision is now accepted and ready to land.Sep 20 2019, 11:35 AM thopre retitled this revision from [LNT] Python 3 support: adapt to filter returning a view to [LNT] Python 3 support: adapt to filter returning an iterator.Sep 23 2019, 2:55 PM thopre edited parent revisions, added: D67967: [LNT] rename object variables; removed: D67814: [LNT] Python 3 support: adapt to dict method returning views.Sep 24 2019, 8:50 AM Closed by commit rL372819: [LNT] Python 3 support: adapt to filter returning an iterator (authored by thopre). · Explain WhySep 25 2019, 12:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 221681 lnt/trunk/lnt/server/reporting/summaryreport.py
|