]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917) (GH-153951)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jul 2026 15:18:04 +0000 (17:18 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 15:18:04 +0000 (15:18 +0000)
commit536d18b1a83fa1524705312be334db4d2e7c5249
tree2671cfbbce63d36a12bf53a15b17c443ccca91cc
parentf5c0906c9c006d8845f6f5833d2e8c70f70d00e0
[3.15] gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917) (GH-153951)

(cherry picked from commit 5200f1192428becab0c31db98e7baa97f3c3c3e2)

Co-authored-by: John <me@joh.ng>
Misc/NEWS.d/next/Library/2026-07-18-11-16-41.gh-issue-153908.82FiGk.rst [new file with mode: 0644]
Modules/itertoolsmodule.c