]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123471: Make concurrent iteration over `itertools.permutations` and `itertools...
authorPieter Eendebak <pieter.eendebak@gmail.com>
Wed, 4 Feb 2026 18:38:45 +0000 (19:38 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Feb 2026 18:38:45 +0000 (13:38 -0500)
commit009c8c052f5eb9f869c09029724ef194d8c161ca
tree5adf0e505c55e9a55704910be37e482e43397724
parentdd0fde58cce1e664c095949404d91807e1b45c55
gh-123471: Make concurrent iteration over `itertools.permutations` and `itertools.combinations_with_replacement` thread-safe (gh-144402)
Lib/test/test_free_threading/test_itertools.py
Misc/NEWS.d/next/Library/2026-02-03-08-50-58.gh-issue-123471.yF1Gym.rst [new file with mode: 0644]
Modules/itertoolsmodule.c