]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve int test coverage (#104024)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 1 May 2023 00:16:38 +0000 (17:16 -0700)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 00:16:38 +0000 (17:16 -0700)
commit69bc86cb1aed49db27afc0095e0f4bcd8f1f3983
treef713ba53465b9d9339eb72e2069ad1776e5797f2
parent74a2b79c6265c92ef381b5ff0dc63903bf0178ac
Improve int test coverage (#104024)

Following discussion in https://discuss.python.org/t/bug-in-int-42/26360/5

This tests some of the things documented in https://github.com/python/cpython/pull/100436

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_int.py