]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123471: make concurrent iteration over itertools.accumulate thread-safe (#144486)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Mon, 16 Mar 2026 08:53:37 +0000 (09:53 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 08:53:37 +0000 (08:53 +0000)
commit3a248564470075cb8c7b8a75fe7ba61f7ea341b2
tree5f6f2e91dc58a404b6d41bb4a769e66a18078323
parent6f8867a6765d3e6effdc09a22691830aa887c3d0
gh-123471: make concurrent iteration over itertools.accumulate thread-safe (#144486)
Lib/test/test_free_threading/test_itertools.py
Misc/NEWS.d/next/Library/2026-02-04-20-30-59.gh-issue-123471.1dnPvs.rst [new file with mode: 0644]
Modules/itertoolsmodule.c