This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients amitg-b14, christian.heimes
Date 2017-12-10.19:37:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512934630.78.0.213398074469.issue32271@psf.upfronthosting.co.za>
In-reply-to
Content
What's your package version? Please post the output of 'rpm -qa openssl'.

Please also try to build and compile from scratch:

$ make clean
$ ./configure --with-pydebug
$ make
$ ./python -m test -v test_ssl
History
Date User Action Args
2017-12-10 19:37:10christian.heimessetrecipients: + christian.heimes, amitg-b14
2017-12-10 19:37:10christian.heimessetmessageid: <1512934630.78.0.213398074469.issue32271@psf.upfronthosting.co.za>
2017-12-10 19:37:10christian.heimeslinkissue32271 messages
2017-12-10 19:37:10christian.heimescreate