[pypy-commit] [pypy/pypy] added implementation of Py_Initialize, Py_Finalize, Py_SetPythonHome, Py_SetProgramName as cpyext (pull request #67)

unbit pullrequests-noreply at bitbucket.org
Wed Apr 4 17:48:00 CEST 2012


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... at mrspurr: "added Py_Initialize,Py_Finalize,Py_SetPythonHome,Py_SetProgramName as cpyext"
4c1e64afbe9a by rob... at 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.



More information about the pypy-commit mailing list