]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (#126617)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 12 Nov 2024 13:10:10 +0000 (14:10 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 13:10:10 +0000 (14:10 +0100)
commit6e3bb8a91380ba98d704f2dca8e98923c0abc8a8
tree9a54666fbe01d413b3f37df59e55d56065d89e6c
parent37c57dfad12744608091653fd753a1f770e2479b
gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (#126617)
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