[pypy-issue] Issue #1830: PyPy doesn't implement sys.{get, set}dlopenflags (pypy/pypy)

Romain Guillebert issues-reply at bitbucket.org
Wed Jul 30 17:45:16 CEST 2014


New issue 1830: PyPy doesn't implement sys.{get,set}dlopenflags
https://bitbucket.org/pypy/pypy/issue/1830/pypy-doesnt-implement-sys-get-set

Romain Guillebert:

PyPy doesn't have sys.{get,set}dlopenflags which seems to be needed if we want to embed cpython to make scipy work, because CPython needs to be loaded with RTLD_GLOBAL (I tried importing sqlite and it fails if I don't specify this) and cffi relies on the host's import system in API mode.




More information about the pypy-issue mailing list