<br><br><div class="gmail_quote"><div dir="ltr">On Mon, Oct 2, 2017, 13:56 Antoine Pitrou, <<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, 02 Oct 2017 18:56:15 +0000<br>
Brett Cannon <<a href="mailto:brett@python.org" target="_blank">brett@python.org</a>> wrote:<br>
><br>
> So Mercurial specifically is an odd duck because they already do lazy<br>
> importing (in fact they are using the lazy loading support from importlib).<br>
<br>
Do they?  I was under the impression they had their own home-baked,<br>
GPL-licensed, lazy-loading __import__ re-implementation.<br>
<br>
At least they used to, perhaps they switched to something else<br>
(probably still GPL-licensed, though).<br></blockquote></div><div><br></div><div>Their Python 3 port wraps the stdlib code in their old API (they showed me the code at PyCon US). So the GPL bit is for API adapting.</div><div><br></div><div>-Brett</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Regards<br>
<br>
Antoine.<br>
<br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div>