Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
[3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658)#134965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:3.13
Are you sure you want to change the base?
Conversation
… randbytes() (pythonGH-133658)random.getrandbits() can now generate more that 2**31 bits.random.randbytes() can now generate more that 256 MiB.(cherry picked from commit68784fe)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
!buildbot 32 |
bedevere-bot commentedMay 31, 2025
🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commitce88d21 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134965%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
bedevere-bot commentedMay 31, 2025
🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commitce88d21 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134965%2Fmerge If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
Uh oh!
There was an error while loading.Please reload this page.
random.getrandbits() can now generate more that 2**31 bits. random.randbytes() can now generate more that 256 MiB. (cherry picked from commit68784fe)