[pypy-commit] [pypy/pypy] added implementation of Py_Initialize (pull request #67)

unbit pullrequests-noreply at bitbucket.org
Mon Apr 2 18:22:13 CEST 2012


A new pull request has been opened by unbit.

unbit/pypy has changes to be pulled into pypy/pypy.

https://bitbucket.org/pypy/pypy/pull-request/67/added-implementation-of-py_initialize

Title: added implementation of Py_Initialize

Py_Initialize() is the function called by apps wanting to embed a python intepreter. The commit adds Py_Initialize implementation, its definition in pythonrun header file and exports the symbol in the translator scripts.

Changes to be pulled:

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