[issue30276] import hashlib makes many programs slow

Bernhard M. Wiedemann report at bugs.python.org
Fri May 12 12:17:46 EDT 2017


Bernhard M. Wiedemann added the comment:

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'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30276>
_______________________________________


More information about the Python-bugs-list mailing list