]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)
authorSam Gross <colesbury@gmail.com>
Mon, 3 Jun 2024 22:47:34 +0000 (18:47 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 22:47:34 +0000 (22:47 +0000)
commit79fae3b0a15be30d35131420f030c9a31338b357
treef4aea481cce7e56a0886f429780baa18e049e05b
parentae705319fcde864b504987dc8e579e3eef68e1e5
[3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)

Fix itertools.count in free-threading mode
(cherry picked from commit 87939bd5790accea77c5a81093f16f28d3f0b429)

Co-authored-by: Arnon Yaari <wiggin15@yahoo.com>
Lib/test/test_itertools.py
Modules/itertoolsmodule.c
Tools/tsan/suppressions_free_threading.txt