]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127508)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Dec 2024 13:38:13 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 13:38:13 +0000 (13:38 +0000)
commit4bafce0912be83b9834df4cd06f9118c73d16b87
tree5e0ec315d95add2e33a0ce43f3886477ab31dac3
parent943e57e1ceae074064d20faaeae2c5edc6b3e631
[3.13] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127508)

gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048)
(cherry picked from commit 930ba0ce605eee9e3b992fa368b00a3f2b7dc4c1)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2024-11-20-08-54-11.gh-issue-126618.ef_53g.rst [new file with mode: 0644]
Modules/itertoolsmodule.c