<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 27, 2014 at 10:42 AM, Paul Moore <span dir="ltr"><<a href="mailto:p.f.moore@gmail.com" target="_blank">p.f.moore@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On 27 January 2014 15:35, Victor Stinner <<a href="mailto:victor.stinner@gmail.com">victor.stinner@gmail.com</a>> wrote:<br>
> Version 2 is the fastest in Python 3.3 and 3.4, but version 4 with<br>
> Python 3.4 produces the smallest file.<br>
<br>
</div>Which version is used when creating pyc files? This benchmark might<br>
suggest that version 2 is the best...<br></blockquote><div><br></div><div>Importlib just uses the default: <a href="http://hg.python.org/cpython/file/dbad4564cd12/Lib/importlib/_bootstrap.py#l671">http://hg.python.org/cpython/file/dbad4564cd12/Lib/importlib/_bootstrap.py#l671</a> </div>
</div></div></div>