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

(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