I found a few python scripts still using python 2 syntax in the tree.
This has been converted with 2to3 and the changes seems sane, but
I don't know how to use this script so if someone knows how to test
it, that would probably be good to run.
Paths
| Differential D143702
[NFC] Convert openmp/runtime/tools/summarizeStats.py to python 3 syntax Needs ReviewPublic Authored by thieta on Feb 9 2023, 11:37 PM.
Details
Summary I found a few python scripts still using python 2 syntax in the tree. This has been converted with 2to3 and the changes seems sane, but
Diff Detail
Event TimelineComment Actions Thanks for the review - removed those lists(). Wonder why 2to3 is so aggressive with inserting them? anyway - it seems to parse fine afterwards. but since I don't know the files this should be executed on it's hard for me to test the functionallity.
Revision Contents
Diff 497221 openmp/runtime/tools/summarizeStats.py
|
I think this list call here is actually not needed.