Pull request #67 has been updated by unbit to include new changes. https://bitbucket.org/pypy/pypy/pull-request/67/added-implementation-of-py_initialize
Title: added implementation of Py_Initialize,Py_Finalize,Py_SetPythonHome,Py_SetProgramName as cpyext Creator: unbit This commit add support for a series o cpython-compatible api functions required for embedding libpypy in c apps. They are all written in rpython (as cpyext) except for Py_Initialize requiring a call to RPython_StartupCode. Tested with uWSGI tip. Updated list of changes: 7eb44aa590a2 by rob...@mrspurr: "added Py_Initialize,Py_Finalize,Py_SetPythonHome,Py_SetProgramName as cpyext" 4c1e64afbe9a by rob...@goyle: "added implementation of Py_Initialize" -- This is an issue notification from bitbucket.org. You are receiving this either because you are the participating in a pull request, or you are following it. _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit