]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135326: Test support of __index__ in random.getrandbits() (GH-135356) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Jun 2025 02:17:06 +0000 (04:17 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Jun 2025 02:17:06 +0000 (02:17 +0000)
commit9f6c3769e348283d3c2af8d4e7a5792f9c0f7153
tree7f684a94da9d2eb3fe785c69be31e3f1f4a2dfb3
parentf303532857320ae5686c372face6cadb7aba25d8
[3.14] gh-135326: Test support of __index__ in random.getrandbits() (GH-135356) (#135373)

gh-135326: Test support of __index__ in random.getrandbits() (GH-135356)
(cherry picked from commit 5ae669fc4e674968529cc32f7f31d14dddd76607)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_random.py