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

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 15 16:45:30 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371946: [LNT] Python 3 support: Replace `raise E, V` with `raise E(V)` (authored by hubert.reinterpretcast, committed by ).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D67581?vs=220224&id=220265#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67581/new/

https://reviews.llvm.org/D67581

Files:
  lnt/trunk/lnt/external/stats/stats.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67581.220265.patch
Type: text/x-patch
Size: 9414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190915/327c945e/attachment.bin>


More information about the llvm-commits mailing list