[pypy-issue] Issue #2315: Failed to `import ssl` if openssl is built without SSLv3 (pypy/pypy)

Chi Hsuan Yen issues-reply at bitbucket.org
Thu Jun 2 07:46:05 EDT 2016


New issue 2315: Failed to `import ssl` if openssl is built without SSLv3
https://bitbucket.org/pypy/pypy/issues/2315/failed-to-import-ssl-if-openssl-is-built

Chi Hsuan Yen:

On Arch Linux, openssl is built without SSLv3 [1]. Building against the py3k branch is successful, but importing ssl fails:

$ pypy3 -c 'import ssl'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/yen/tmp/pypy/lib-python/3/ssl.py", line 94, in <module>
    from _ssl import (PROTOCOL_SSLv3, PROTOCOL_SSLv23,
ImportError: cannot import name 'PROTOCOL_SSLv3'

[1] https://git.archlinux.org/svntogit/packages.git/tree/openssl/trunk/PKGBUILD




More information about the pypy-issue mailing list