Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r67967:c8cb82052fbf Date: 2013-11-12 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/c8cb82052fbf/
Log: update project-ideas diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ideas.rst @@ -158,6 +158,8 @@ Embedding PyPy ---------------------------------------- +Note: there is a basic proof-of-concept for that as a `uwsgi pypy plugin`_ + Being able to embed PyPy, say with its own limited C API, would be useful. But here is the most interesting variant, straight from EuroPython live discussion :-) We can have a generic "libpypy.so" that @@ -166,6 +168,8 @@ exported. This would give us a one-size-fits-all generic .so file to be imported by any application that wants to load .so files :-) +.. _`uwsgi pypy plugin`: http://uwsgi-docs.readthedocs.org/en/latest/PyPy.html + Optimising cpyext (CPython C-API compatibility layer) ----------------------------------------------------- _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
