]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42222: Improve tests for invalid argument types in randrange() (GH-29021)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Oct 2021 18:40:30 +0000 (21:40 +0300)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 18:40:30 +0000 (20:40 +0200)
commit574241632bd19e56ed488ee4d8999aefc6a8d7cd
treefbb2f7bf3e455b72406950ab0231ea6853bed111
parentfdbdf3f7359832820a11ece4c4b01581004d6fe7
bpo-42222: Improve tests for invalid argument types in randrange() (GH-29021)
Lib/test/test_random.py