<br><br><div class="gmail_quote">On Thu, Apr 12, 2012 at 08:04, Eric V. Smith <span dir="ltr">&lt;<a href="mailto:eric@trueblade.com">eric@trueblade.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 04/09/2012 07:22 PM, Yury Selivanov wrote:<br>
<br>
&gt; How is it going with the PEP?<br>
<br>
</div>I&#39;m reviewing the email threads from the last round of discussions,<br>
making sure I have everything covered. I hope to have a draft early next<br>
week.<br>
<div class="im"><br>
&gt; (The reason I&#39;m asking is because we want to backport the accepted<br>
&gt; approach to 3.2 and start using it...)<br>
<br>
</div>Our plan is to wait until Brett merges importlib as the default import<br>
mechanism, so that we can work entirely (or at least mostly) in Python.<br></blockquote><div><br></div><div>That should be happening soon. Keep an eye on python-dev for an email about it once the patch lands (have one more thing to work out in default and then use in my branch before it can land).</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Any port to 3.2 is going to be an entirely separate effort, all in C.<br>
But I support it!<br></blockquote><div><br></div><div>I don&#39;t think it necessarily has to be that way. If you either use your own importer or override builtins.__import__ with importlib.__import__ and tweak some things under the hood you can actually match behaviour at a roughly 5% import performance cost compared to what 3.3 will have for import.</div>

<div><br></div><div>-Brett</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
Eric.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Import-SIG mailing list<br>
<a href="mailto:Import-SIG@python.org">Import-SIG@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/import-sig" target="_blank">http://mail.python.org/mailman/listinfo/import-sig</a><br>
</div></div></blockquote></div><br>