[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 23:37:50 CEST 2012


New comment on pull request:

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

Amaury Forgeot d'Arc (amauryfa) said:

You are right of course. I did embed a Python interpreter several times, but I forgot that PythonHome and Path should almost always be overridden.  Since pypy does not use sys.prefix, defaulting to the original source path is the right thing to do.


--
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