The output of map is not used, so using a list comprehension or an explicit call to list looks awkward.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D59587
Use explicit loop instead of map for Python 2/3 compat serge-sans-paille on Mar 20 2019, 12:28 AM. Authored by
Details The output of map is not used, so using a list comprehension or an explicit call to list looks awkward.
Diff Detail
|