<br><br><div class="gmail_quote">On Mon, Apr 16, 2012 at 20:27, Antoine Pitrou <span dir="ltr">&lt;<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</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 Tue, 17 Apr 2012 01:11:14 +0200<br>
Georg Brandl &lt;<a href="mailto:g.brandl@gmx.net">g.brandl@gmx.net</a>&gt; wrote:<br>
&gt;<br>
&gt; No, it&#39;s not just an existing Python, it is (at least currently) the same<br>
&gt; version of Python being built.  Therefore I wrote about the bootstrapping<br>
&gt; problems when bytecode changes.<br>
&gt;<br>
&gt; Depending on Cython is better in that it breaks the bootstrapping cycle,<br>
&gt; but on the other hand the C code may need to be regenerated when the C API<br>
&gt; changes in an incompatible way.<br>
<br>
</div>Cython OTOH probably needs Python 2.x, which isn&#39;t that great for<br>
building Python 3. And requiring Cython for developing is not very<br>
contributor-friendly.<br></blockquote><div><br></div><div>Well, required to regenerate _frozen_importlib, but nothing else. I mean making fixes go into importlib directly and get tested that way, not through __import__(). So really Cython would only be needed when importlib._bootstrap has been changed and you are making a commit.</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">
<br>
Regards<br>
<span class="HOEnZb"><font color="#888888"><br>
Antoine.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">http://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</div></div></blockquote></div><br>