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

Amaury Forgeot d'Arc pullrequests-noreply at bitbucket.org
Wed Apr 4 18:38:15 CEST 2012


New comment on pull request:

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

Amaury Forgeot d'Arc (amauryfa) said:

Very nice! Especially for the RPython implementation of PyPy_Initialize().

Do the cpyext unit tests still pass?
I suspect that RPython_StartupCode is not defined in the C stub library we compile for testing cpyext with an interpreted pypy.


--
This is a pull request comment notification from bitbucket.org.
You are receiving this either because you are participating
in a pull request, or you are following it.


More information about the pypy-commit mailing list