filter() returns a generator on Python 3, which causes these filters
to break things.
Details
Details
- Reviewers
pulkit indygreg - Group Reviewers
hg-reviewers - Commits
- rHGf85e32a5e5c8: narrow: use list comprehension instead of filter for filtering lists
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.