On Fri, May 13, 2011 at 1:27 PM, Amaury Forgeot d'Arc <amaur...@gmail.com>wrote:

> Hi,
> > 2) Do I need to recompile the module for pypy?
>
> Yes, because the memory layout of objects is different, and some
> macros are turned into function calls.
> And to enforce the difference with CPython, the extension modules are
> named differently: mymodule.pypy-15.so
>
> Normally, it's enough to run "pypy setup.py install"
>

I don't suppose the path to doing this with "make" has been explored?

Thanks!
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to