summaryrefslogtreecommitdiffstats
path: root/Lib/_py_abc.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-29 16:49:00 (GMT)
committerGitHub <noreply@github.com>2020-04-29 16:49:00 (GMT)
commit2d8757758d0d75882fef0fe0e3c74c4756b3e81e (patch)
tree676e735cf1076bf60f2a7412e67e394e6b0f7948 /Lib/_py_abc.py
parente3dfb9b967c560f4d094092dcae4a16fc9634681 (diff)
downloadcpython-2d8757758d0d75882fef0fe0e3c74c4756b3e81e.zip
cpython-2d8757758d0d75882fef0fe0e3c74c4756b3e81e.tar.gz
cpython-2d8757758d0d75882fef0fe0e3c74c4756b3e81e.tar.bz2
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().
Diffstat (limited to 'Lib/_py_abc.py')
0 files changed, 0 insertions, 0 deletions