[pypy-dev] cpyext - compilation, and swig?

Dan Stromberg drsalists at gmail.com
Fri May 13 23:37:11 CEST 2011


On Fri, May 13, 2011 at 1:27 PM, Amaury Forgeot d'Arc <amauryfa at 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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20110513/a245bbc9/attachment.html>


More information about the pypy-dev mailing list