mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
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 68784fed78aa297f0de0d038742495709185bef5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Source files for various builtin objects