New issue 2460: _cffi_src/openssl/callbacks.py uses the CPython C API https://bitbucket.org/pypy/pypy/issues/2460/_cffi_src-openssl-callbackspy-uses-the
Armin Rigo: ``_cffi_src/openssl/callbacks.py`` uses some functions from the CPython C API: PyMem_New, PyThread_acquire_lock(), and so on. Nothing that handles PyObjects. Still, it makes ``_cffi_ssl`` fail to import on a PyPy that was translated without ``cpyext``. Should be fixed. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue