]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123471: Make itertools.product and itertools.combinations thread-safe (#132814)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Mon, 30 Jun 2025 11:31:59 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Jun 2025 11:31:59 +0000 (11:31 +0000)
commit847d1c2cb4014f122df64e0db0b3b554c01779c6
tree7608a8b4a01a63a4481082191464717bc591d2ae
parentb1056c2a446b43452e457d5fd5f1bde66afd3883
gh-123471: Make itertools.product and itertools.combinations thread-safe (#132814)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_free_threading/test_itertools_combinatoric.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2025-04-22-21-00-23.gh-issue-123471.asOLA2.rst [new file with mode: 0644]
Modules/itertoolsmodule.c