]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH-126617...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 12 Nov 2024 14:05:23 +0000 (15:05 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 14:05:23 +0000 (14:05 +0000)
commit46710ca5f263936a2e36fa5d0f140cf9f50b2618
tree81b8781dddcac9a2698f6d75b1071c611d80e660
parentb13b84ab707bbc06b26a1ed4fb58253ff309c5dd
[3.12] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH-126617) (#126740)

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