This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Python 3 support: Fix except with named exception
ClosedPublic

Authored by thopre on Sep 20 2019, 1:26 AM.

Details

Summary

Use Python 3 syntax for except statement with named exception. This was
produced by running futurize's stage1 lib2to3.fixes.fix_except.

Diff Detail

Repository
rL LLVM

Event Timeline

thopre created this revision.Sep 20 2019, 1:26 AM
This revision is now accepted and ready to land.Sep 20 2019, 8:31 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2019, 8:03 AM