]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Improve int test coverage (GH-104024) (#104026)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 May 2023 00:50:01 +0000 (17:50 -0700)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 00:50:01 +0000 (00:50 +0000)
commit2be3656855268dcfabec2c55cdb679038db33e29
treeeab428b9636dd4869a040d12e647950fd2adb6c3
parentba16324b276c7b2b5ecf09479f30fc82c12192ae
[3.11] Improve int test coverage (GH-104024) (#104026)

Improve int test coverage (GH-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

(cherry picked from commit 69bc86cb1aed49db27afc0095e0f4bcd8f1f3983)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_int.py