This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Python 3 support: Replace `raise E, V` with `raise E(V)`
ClosedPublic

Authored by hubert.reinterpretcast on Sep 13 2019, 8:46 PM.

Details

Summary

Mechanically changed raise E, V to raise E(V). Split out from D67535.

This patch covers the files found to be affected when running tests (without result submission).

Diff Detail

Repository
rL LLVM

Event Timeline

  • Add spaces around operators on lines touched
This revision was not accepted when it landed; it landed in state Needs Review.Sep 15 2019, 4:45 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2019, 4:45 PM