<div dir="ltr">FYI, when I did the first version of Python 3 support for lit, I handled this by the manual method:<div>--</div><div><div>    except InternalShellError:</div><div>        e = sys.exc_info()[1]</div></div><div>--</div><div>which is very ugly but only showed up in a few places. I guess an exception crept in.</div><div><br></div><div> - Daniel</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 11, 2014 at 9:50 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The attached patch makes the internal lit runner work on python 3, but<br>
I am told it breaks compatibility with python 2.5.<br>
<br>
Is that OK. Is there some document that needs to be update to say we<br>
need 2.6 now?<br>
<br>
Cheers,<br>
Rafael<br>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div></div>