]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126618: fix repr(itertools.count(sys.maxsize)) (#127048)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 2 Dec 2024 13:14:40 +0000 (16:14 +0300)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 13:14:40 +0000 (14:14 +0100)
commit930ba0ce605eee9e3b992fa368b00a3f2b7dc4c1
tree2d18c93ee8a393461a580394912550d3bcd46cbd
parentc112de1da2d18e3b5c2ea30b0e409f18e574efd8
gh-126618: fix repr(itertools.count(sys.maxsize)) (#127048)

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