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

unbit pullrequests-noreply at bitbucket.org
Wed Apr 4 21:05:23 CEST 2012


New comment on pull request:

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

unbit said:

honestly it is not clear to me how to make 'srcdir' independent from pypy.__file__ Apps embeding python normally set sys.executable to their binary path, so following that value could lead to problems. Maybe we could take the absolute path of libpypy-c with dladdr() trick, but this is glibc specific.

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