[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 19:56:23 CEST 2012


New comment on pull request:

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

Amaury Forgeot d'Arc (amauryfa) said:

{{{
#!python

sys.pypy_initial_path(srcdir)
}}}
It seems you are trying to reimplement setup_initial_paths() from pypy/translator/goal/app_main.py. Is there a way to reuse this function?


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