This is an archive of the discontinued LLVM Phabricator instance.

Use list comprehension instead of map/filter to prepare Python2/3 compat
ClosedPublic

Authored by serge-sans-paille on Mar 20 2019, 12:20 AM.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2019, 12:20 AM
labath accepted this revision.Mar 20 2019, 5:25 AM
labath added a subscriber: labath.

I think this should be fine, modulo the typo. TBH, I was not even aware some of these files existed. The ones that are already used by people on a daily basis should by already python3-ready.

lldb/utils/lui/lldbutil.py
729 ↗(On Diff #191441)

typo (in in)

This revision is now accepted and ready to land.Mar 20 2019, 5:25 AM
This revision was automatically updated to reflect the committed changes.