]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Fix itertools.count thread safety (#119268)
authorArnon Yaari <wiggin15@yahoo.com>
Tue, 21 May 2024 17:16:34 +0000 (13:16 -0400)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 17:16:34 +0000 (10:16 -0700)
commit87939bd5790accea77c5a81093f16f28d3f0b429
treea5236bfc94728305591573a7882426d05b20f2be
parent77ff28bb6776d583e593937df554cbf572cb47b0
gh-117657: Fix itertools.count thread safety (#119268)

Fix itertools.count in free-threading mode
Lib/test/test_itertools.py
Modules/itertoolsmodule.c
Tools/tsan/suppressions_free_threading.txt