<br><div class="gmail_quote">On Fri, May 13, 2011 at 1:27 PM, Amaury Forgeot d&#39;Arc <span dir="ltr">&lt;<a href="mailto:amauryfa@gmail.com">amauryfa@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
&gt; 2) Do I need to recompile the module for pypy?<br><div class="im">
<br>
</div>Yes, because the memory layout of objects is different, and some<br>
macros are turned into function calls.<br>
And to enforce the difference with CPython, the extension modules are<br>
named differently: <a href="http://mymodule.pypy-15.so" target="_blank">mymodule.pypy-15.so</a><br>
<br>
Normally, it&#39;s enough to run &quot;pypy setup.py install&quot;<br><div class="im"></div></blockquote><div><br>I don&#39;t suppose the path to doing this with &quot;make&quot; has been explored?<br><br></div>Thanks!<br>
<br></div>