]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123471: make concurrent iteration over `itertools.cycle` safe under free-threading...
authorPieter Eendebak <pieter.eendebak@gmail.com>
Mon, 2 Jun 2025 14:43:32 +0000 (16:43 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Jun 2025 14:43:32 +0000 (20:13 +0530)
commit26a1cd4e8c0c9ea1a6683abd82547ddee656ff3d
treeb15f4bb356750f858d272a8ed47436cb4f3b26a3
parentb6237c3602075294a18dec821773429a51fa7e0d
gh-123471: make concurrent iteration over `itertools.cycle` safe under free-threading (#131212)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_free_threading/test_itertools.py [moved from Lib/test/test_free_threading/test_itertools_batched.py with 53% similarity]
Misc/NEWS.d/next/Library/2025-03-13-20-48-58.gh-issue-123471.cM4w4f.rst [new file with mode: 0644]
Modules/itertoolsmodule.c