2011/6/14 Benjamin Peterson <[email protected]>: >> In examining this, I noted the translation option -- shared >> (http://codespeak.net/pypy/dist/pypy/doc/config/translation.shared.html). >> Shame on me for not seeing this earlier, but what is the difference between >> this and libpypy.so? Is this not working? > > Sorry, I should have clarified. You should be able to build shared, > but there is no public C interface.
Really? on Windows at least, the shared library exposes all the cpyext API... but Py_Initialize() is missing: pypy is not yet ready for embedding! -- Amaury Forgeot d'Arc _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
