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.
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue