Replace python2-specific exec statements with calls to exec builtins.
This was produced by running futurize's stage1 lib2to3.fixes.fix_exec.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D67808
[LNT] Python 3 support: Fix exec syntax ClosedPublic Authored by thopre on Sep 20 2019, 1:27 AM.
Details Summary Replace python2-specific exec statements with calls to exec builtins.
Diff Detail
Event Timelinethopre added a parent revision: D67807: [LNT] Python 3 support: Fix except with named exception.Sep 20 2019, 1:28 AM thopre added a child revision: D67809: [LNT] Python 3 support: use Python 3 idioms.Sep 20 2019, 1:29 AM This revision is now accepted and ready to land.Sep 20 2019, 8:35 AM Closed by commit rL372474: [LNT] Python 3 support: Fix exec syntax (authored by thopre). · Explain WhySep 21 2019, 8:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 221175 lnt/trunk/lnt/tests/nt.py
|