]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH-126617...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Nov 2024 14:14:21 +0000 (15:14 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 14:14:21 +0000 (14:14 +0000)
commit865f096f51bb7290eb10b33b330f387d245c2472
tree04bad15eef21fdf3c8ef5e918996026f94a07d91
parent2da063e0b2823a770e898f2b7babe2dfc006b8d5
[3.13] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH-126617) (#126739)

gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH-126617)
(cherry picked from commit 6e3bb8a91380ba98d704f2dca8e98923c0abc8a8)

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-09-10-31-10.gh-issue-126595.A-7MyC.rst [new file with mode: 0644]
Modules/itertoolsmodule.c