mirror of
https://github.com/python/cpython.git
synced 2026-05-13 16:08:19 -04:00
7c1dfd9c98
gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658)
random.getrandbits() can now generate more that 2**31 bits.
random.randbytes() can now generate more that 256 MiB.
(cherry picked from commit 68784fed78)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Source files for various builtin objects