[pypy-issue] [issue1322] installing pyOpenSSL causes importing twisted reactor and txaws S3Client to seg fault

Amaury Forgeot d Arc tracker at bugs.pypy.org
Tue Nov 13 12:50:41 CET 2012


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

Probably because twisted itself conditionally imports OpenSSL. When OpenSSL is 
absent, no ssl code is executed, but when OpenSSL is installed, twisted tries to 
use it, and segfaults.

----------
nosy: +afa

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1322>
________________________________________


More information about the pypy-issue mailing list