bpo-36559: random module: optimize sha512 import by tiran · Pull Request #12742 · python/cpython

@tiran tiran mentioned this pull request

Apr 9, 2019

@tiran

The random module now prefers the lean internal _sha512 module over hashlib
for seed(version=2) to optimize import time.

Signed-off-by: Christian Heimes <christian@python.org>