]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135326: Test support of __index__ in random.getrandbits() (#135356)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Jun 2025 01:51:08 +0000 (04:51 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Jun 2025 01:51:08 +0000 (18:51 -0700)
commit5ae669fc4e674968529cc32f7f31d14dddd76607
tree4a0e0d8833834bb5fde661443b01a68e9fd88625
parent0f866cbfefd797b4dae25962457c5579bb90dde5
gh-135326: Test support of __index__ in random.getrandbits() (#135356)
Lib/test/test_random.py