]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917)
authorJohn <me@joh.ng>
Sat, 18 Jul 2026 13:01:51 +0000 (15:01 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 13:01:51 +0000 (09:01 -0400)
commit5200f1192428becab0c31db98e7baa97f3c3c3e2
tree8923b20f18b22e168a8b100aebe66c2f4451c31f
parent87f8fc8e00704396a0c598c8843cdde373c0ea4c
gh-153908: Fix data race in `itertools.count.__repr__` (GH-153917)
Misc/NEWS.d/next/Library/2026-07-18-11-16-41.gh-issue-153908.82FiGk.rst [new file with mode: 0644]
Modules/itertoolsmodule.c