SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-40286: Remove C implementation of Random.randbytes() (GH-19797)

Remove _random.Random.randbytes(): the C implementation of
randbytes(). Implement the method in Python to ease subclassing:
randbytes() now directly reuses getrandbits().
V
Victor Stinner committed
2d8757758d0d75882fef0fe0e3c74c4756b3e81e
Parent: e3dfb9b
Committed by GitHub <noreply@github.com> on 4/29/2020, 4:49:00 PM