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 bmwiedemann
Recipients bmwiedemann, christian.heimes, vstinner
Date 2017-05-12.16:17:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494605866.4.0.366008104616.issue30276@psf.upfronthosting.co.za>
In-reply-to
Content
Tracking this in https://bugzilla.opensuse.org/show_bug.cgi?id=1038906
now.
It turned out to be a problem with (our?) openssl-1.0.2
which Debian stable does not have yet
and Debian/9 (stretch) has openssl-1.1.0 without this problem

The nicest python-based reproducer so far is
time python -S -c '' ; time python -S -c 'import _hashlib'
History
Date User Action Args
2017-05-12 16:17:46bmwiedemannsetrecipients: + bmwiedemann, vstinner, christian.heimes
2017-05-12 16:17:46bmwiedemannsetmessageid: <1494605866.4.0.366008104616.issue30276@psf.upfronthosting.co.za>
2017-05-12 16:17:46bmwiedemannlinkissue30276 messages
2017-05-12 16:17:46bmwiedemanncreate