]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123471: make `itertools.batched` thread-safe (#129416)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Wed, 12 Mar 2025 10:00:33 +0000 (11:00 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 10:00:33 +0000 (15:30 +0530)
commit405a2d74cbdef5a899c900b6897ec85fe465abd2
tree667200f25c9f3e501fb24fbbb5c52927e1fafff8
parent155c44b9015089eacc6e2ace449391c12bfb8b8d
gh-123471: make `itertools.batched` thread-safe (#129416)
Lib/test/test_free_threading/test_itertools_batched.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2025-02-19-08-06-37.gh-issue-123471.br7uyR.rst [new file with mode: 0644]
Modules/itertoolsmodule.c