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 vstinner
Recipients bmwiedemann, christian.heimes, vstinner
Date 2017-05-05.12:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYX84g-+VzJ=pfv2QK-QSk2hnhbh=24Gjequq6pBAO5CQ@mail.gmail.com>
In-reply-to <1493986691.28.0.754480434557.issue30276@psf.upfronthosting.co.za>
Content
> the urandom calls themselves are not slow, but probably the processing in between. Can't that be done on demand on first use?

If the time is spent on loading OpenSSL, maybe you should try to
import hashlib on demand?
History
Date User Action Args
2017-05-05 12:51:07vstinnersetrecipients: + vstinner, christian.heimes, bmwiedemann
2017-05-05 12:51:07vstinnerlinkissue30276 messages
2017-05-05 12:51:07vstinnercreate