[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 20:57:21 CEST 2012


New comment on pull request:

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

Amaury Forgeot d'Arc (amauryfa) said:

I'm OK to leave it simple to begin with; but pypy.__file__ will hardcode the path of the pypy source tree, at translation time.
Is sys.path correctly set if one donwloads the nightly builds and unpack it anywhere?  Should the code use sys.executable somehow?

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